Revert "A domain's TTL must not be null."

This reverts commit 9d0386b661
This commit is contained in:
Kiall Mac Innes 2013-03-12 22:49:28 +00:00 committed by Gerrit Code Review
parent 9d0386b661
commit b02a03b89a

View File

@ -29,7 +29,7 @@
"required": true
},
"ttl": {
"type": "integer",
"type": ["integer", "null"],
"description": "Time to live",
"min": 60
},