1
0
Fork 0

containerrc: Update JSON schema

Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
Enno Tensing 2025-08-08 16:00:52 +02:00
parent 7a794197f4
commit 45d2e3a3d1
Signed by: tenno
GPG key ID: 95265603BD36E66C

View file

@ -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",