containerrc: Update JSON schema
Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
parent
7a794197f4
commit
45d2e3a3d1
1 changed files with 7 additions and 20 deletions
|
@ -16,6 +16,9 @@
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"command": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
@ -52,11 +55,7 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {}
|
"items": {}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"required": [
|
|
||||||
"mode",
|
|
||||||
"options"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"dns": {
|
"dns": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -72,11 +71,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"required": [
|
|
||||||
"search",
|
|
||||||
"servers"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -97,11 +92,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"required": [
|
|
||||||
"tcp",
|
|
||||||
"udp"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
@ -132,11 +123,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"required": [
|
|
||||||
"add",
|
|
||||||
"drop"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"accounting": {
|
"accounting": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
Loading…
Add table
Reference in a new issue