|
|
|
@ -1104,6 +1104,9 @@
|
|
|
|
"authorities": {
|
|
|
|
"authorities": {
|
|
|
|
"$ref": "#/$defs/dns.authorities"
|
|
|
|
"$ref": "#/$defs/dns.authorities"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"additionals": {
|
|
|
|
|
|
|
|
"$ref": "#/$defs/dns.additionals"
|
|
|
|
|
|
|
|
},
|
|
|
|
"query": {
|
|
|
|
"query": {
|
|
|
|
"type": "array",
|
|
|
|
"type": "array",
|
|
|
|
"minItems": 1,
|
|
|
|
"minItems": 1,
|
|
|
|
@ -1175,6 +1178,9 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"authorities": {
|
|
|
|
"authorities": {
|
|
|
|
"$ref": "#/$defs/dns.authorities"
|
|
|
|
"$ref": "#/$defs/dns.authorities"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"additionals": {
|
|
|
|
|
|
|
|
"$ref": "#/$defs/dns.additionals"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
"additionalProperties": false
|
|
|
|
@ -6345,6 +6351,28 @@
|
|
|
|
"additionalProperties": false
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"dns.additionals": {
|
|
|
|
|
|
|
|
"type": "array",
|
|
|
|
|
|
|
|
"minItems": 1,
|
|
|
|
|
|
|
|
"items": {
|
|
|
|
|
|
|
|
"type": "object",
|
|
|
|
|
|
|
|
"properties": {
|
|
|
|
|
|
|
|
"rdata": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"rrname": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"rrtype": {
|
|
|
|
|
|
|
|
"type": "string"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"ttl": {
|
|
|
|
|
|
|
|
"type": "integer"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"additionalProperties": false
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"stats_applayer_error": {
|
|
|
|
"stats_applayer_error": {
|
|
|
|
"type": "object",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"properties": {
|
|
|
|
|