APIs.io Engineering Platform · Schema
secondary-dns_single_response_outgoing
APIs.ioEngineeringPlatform
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/secondary-dns_single_response_outgoing",
"title": "secondary-dns_single_response_outgoing",
"allOf": [
{
"$ref": "#/components/schemas/secondary-dns_api-response-single"
},
{
"properties": {
"result": {
"properties": {
"checked_time": {
"$ref": "#/components/schemas/secondary-dns_time"
},
"created_time": {
"$ref": "#/components/schemas/secondary-dns_time"
},
"id": {
"$ref": "#/components/schemas/secondary-dns_identifier"
},
"last_transferred_time": {
"$ref": "#/components/schemas/secondary-dns_time"
},
"name": {
"$ref": "#/components/schemas/secondary-dns_name"
},
"peers": {
"$ref": "#/components/schemas/secondary-dns_peers"
},
"soa_serial": {
"$ref": "#/components/schemas/secondary-dns_soa_serial"
}
},
"type": "object"
}
}
}
]
}