Sync JSON-Schemas

Change-Id: I6a6b7510bcff14376f9275feb19dfdabeed96bd7
This commit is contained in:
Kiall Mac Innes 2012-12-14 12:56:54 -08:00
parent d21546beca
commit 388dfa4e9d

View File

@ -47,6 +47,7 @@
"description": "IPv4",
"properties": {
"ipv4": {
"type": "string",
"required": true
}
}
@ -54,6 +55,7 @@
"description": "IPv6",
"properties": {
"ipv6": {
"type": "string",
"required": true
}
}