Skip to content

Commit

Permalink
Add container index key to schema.
Browse files Browse the repository at this point in the history
The code already supports this, we just need it in the schema.
  • Loading branch information
kanaka committed Jun 5, 2024
1 parent 55ee4c8 commit 47d919f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ properties:
env: { "$ref": "#/$defs/env" }
exec: { type: string }
name: { type: string }
index: { type: integer }
run:
oneOf:
- { type: string}
Expand Down

0 comments on commit 47d919f

Please sign in to comment.