1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
8464196aaa
containerrc: Add accounting to schema
Adds accounting and its entries to the JSON schema.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-30 10:42:25 +02:00
ef63c0de14
containerrc: Remove optional parts from schema
A container can be created from a name and an image, no other part is
required. Reflect that in the JSON schema, by removing most top-level
required entries. Also remove the hardcoded env-vars from the schema.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-29 09:25:19 +02:00
64b797d18d
containerrc: Add json-schmea for config file
Add a json-schema generated by www.liquid-technologies.com/online-json-to-schema-converter
modified to remove hard-coded values from the example conifg (like
MySecret1).

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-26 21:49:32 +02:00