Support more record types

NOTE: We'll need to revisit this post IH.

Closes-Bug: #1290446

Change-Id: I187f6d8b7dc75175b402cfd89594087c4f3dba7e
This commit is contained in:
Endre Karlson 2014-03-11 12:43:29 +01:00
parent 42c3d4a5e2
commit ac103342a7

View File

@ -38,7 +38,7 @@
"type": {
"type": "string",
"description": "RecordSet type (TODO: Make types extensible)",
"enum": ["A", "MX"]
"enum": ["A", "AAAA", "CNAME", "MX", "SRV", "TXT", "SPF", "NS", "PTR", "SSHFP"]
},
"description": {
"type": ["string", "null"],