Fix for ttl values
Fixing ttl values validation when used during domain creation Partial-Bug: #1220354 Change-Id: If77ac915815e2c67d4cec56a147eca8d7a11d19e
This commit is contained in:
parent
f9e41ea81e
commit
a7bab6e0cb
@ -32,7 +32,7 @@
|
|||||||
"ttl": {
|
"ttl": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "Time to live",
|
"description": "Time to live",
|
||||||
"minimum": 0,
|
"minimum": 1,
|
||||||
"maximum": 2147483647
|
"maximum": 2147483647
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
"ttl": {
|
"ttl": {
|
||||||
"type": ["integer", "null"],
|
"type": ["integer", "null"],
|
||||||
"description": "Time to live",
|
"description": "Time to live",
|
||||||
"minimum": 0,
|
"minimum": 1,
|
||||||
"maximum": 2147483647
|
"maximum": 2147483647
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user