Add support for SOA records

Change-Id: I7dbc0e56c0aa039fd04a681436682e7c6016c0c3
This commit is contained in:
Betsy Luzader 2014-08-25 11:13:53 -05:00
parent edbc00aed7
commit 5e69886531

View File

@ -30,7 +30,7 @@
"type": {
"type": "string",
"description": "DNS Record Type",
"enum": ["A", "AAAA", "CNAME", "MX", "SRV", "TXT", "SPF", "NS", "PTR", "SSHFP"],
"enum": ["A", "AAAA", "CNAME", "MX", "SRV", "TXT", "SPF", "NS", "PTR", "SSHFP", "SOA"],
"required": true
},
"data": {
@ -221,6 +221,17 @@
"type": "null"
}
}
}, {
"description": "A SOA Record",
"properties": {
"type": {
"type": "string",
"enum": ["SOA"]
},
"priority": {
"type": "null"
}
}
}],
"links": [{
"rel": "self",