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": {
"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",