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": {
|
||||
"type": "integer",
|
||||
"description": "Time to live",
|
||||
"minimum": 0,
|
||||
"minimum": 1,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"serial": {
|
||||
|
@ -48,7 +48,7 @@
|
||||
"ttl": {
|
||||
"type": ["integer", "null"],
|
||||
"description": "Time to live",
|
||||
"minimum": 0,
|
||||
"minimum": 1,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"description": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user