Sync Server JSONSchema
Change-Id: Ia088f5d45058f0933b6b429a4433da699fc19c60
This commit is contained in:
parent
4dd4ed773b
commit
cd5017cc9c
@ -21,12 +21,12 @@
|
||||
"required": true
|
||||
},
|
||||
"ipv4": {
|
||||
"type": "string",
|
||||
"type": ["string", "null"],
|
||||
"description": "IPv4 address of server",
|
||||
"format": "ip-address"
|
||||
},
|
||||
"ipv6": {
|
||||
"type": "string",
|
||||
"type": ["string", "null"],
|
||||
"description": "IPv6 address of server",
|
||||
"format": "ipv6"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user