|
|
|
@ -999,6 +999,10 @@
|
|
|
|
|
"description": "DNS opcode as an integer",
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
"tc": {
|
|
|
|
|
"description": "DNS truncation flag",
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"answers": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 1,
|
|
|
|
@ -1034,6 +1038,22 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
},
|
|
|
|
|
"sshfp": {
|
|
|
|
|
"description": "A Secure Shell fingerprint, used to verify the system’s authenticity",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"fingerprint": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"algo": {
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
"type": {
|
|
|
|
|
"type": "integer"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
@ -1190,6 +1210,26 @@
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"SSHFP": {
|
|
|
|
|
"description": "A Secure Shell fingerprint is used to verify the system’s authenticity",
|
|
|
|
|
"type": "array",
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"fingerprint": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"algo": {
|
|
|
|
|
"type": "integer"
|
|
|
|
|
},
|
|
|
|
|
"type": {
|
|
|
|
|
"type": "integer"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|