diff --git a/etc/schema.json b/etc/schema.json index b06dbd4b29fe..0d26f3b4974f 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -999,6 +999,9 @@ "description": "DNS opcode as an integer", "type": "integer" }, + "tc": { + "type": "boolean" + }, "answers": { "type": "array", "minItems": 1, @@ -1034,6 +1037,21 @@ } }, "additionalProperties": false + }, + "sshfp": { + "type": "object", + "properties": { + "fingerprint": { + "type": "string" + }, + "algo": { + "type": "integer" + }, + "type": { + "type": "integer" + } + }, + "additionalProperties": false } }, "additionalProperties": false @@ -1190,6 +1208,25 @@ "items": { "type": "string" } + }, + "SSHFP": { + "type": "array", + "minItems": 1, + "items": { + "type": "object", + "properties": { + "fingerprint": { + "type": "string" + }, + "algo": { + "type": "integer" + }, + "type": { + "type": "integer" + } + }, + "additionalProperties": false + } } }, "additionalProperties": false