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": {
|
||||
"type": "string"
|
||||
},
|
||||
"command": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -52,11 +55,7 @@
|
|||
"type": "array",
|
||||
"items": {}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"mode",
|
||||
"options"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dns": {
|
||||
"type": "object",
|
||||
|
@ -72,11 +71,7 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"search",
|
||||
"servers"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ports": {
|
||||
"type": "object",
|
||||
|
@ -97,11 +92,7 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"tcp",
|
||||
"udp"
|
||||
]
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
"type": "object"
|
||||
|
@ -132,11 +123,7 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"add",
|
||||
"drop"
|
||||
]
|
||||
}
|
||||
},
|
||||
"accounting": {
|
||||
"type": "object",
|
||||
|
|
Loading…
Add table
Reference in a new issue