Sync Server JSONSchema

Change-Id: Ia088f5d45058f0933b6b429a4433da699fc19c60
This commit is contained in:
Kiall Mac Innes 2012-12-04 16:06:48 +00:00
parent 4dd4ed773b
commit cd5017cc9c

View File

@ -21,12 +21,12 @@
"required": true "required": true
}, },
"ipv4": { "ipv4": {
"type": "string", "type": ["string", "null"],
"description": "IPv4 address of server", "description": "IPv4 address of server",
"format": "ip-address" "format": "ip-address"
}, },
"ipv6": { "ipv6": {
"type": "string", "type": ["string", "null"],
"description": "IPv6 address of server", "description": "IPv6 address of server",
"format": "ipv6" "format": "ipv6"
}, },