diff --git a/etc/schema.json b/etc/schema.json index cbbd1b192b..cbda48f0e3 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1177,6 +1177,15 @@ "items": { "type": "string" } + }, + "has_ipv6_url": { + "type": "boolean" + }, + "has_ipv4_url": { + "type": "boolean" + }, + "has_exe_url": { + "type": "boolean" } }, "additionalProperties": false