Skip to content

Commit

Permalink
feat: allow 0 containers
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Nov 19, 2024
1 parent 22f600a commit 9417430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score-v1b1.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"containers": {
"description": "The set of named containers in the Workload. The container name must be a valid RFC1123 Label Name of up to 63 characters, including a-z, 0-9, '-' but may not start or end with '-'.",
"type": "object",
"minProperties": 1,
"minProperties": 0,
"additionalProperties": {
"$ref": "#/$defs/container"
},
Expand Down

0 comments on commit 9417430

Please sign in to comment.