diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-03-22 01:31:27 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-03-22 01:31:27 +0100 |
| commit | cc4ba3b063f14943579ffbfe416828590f70ae0a (patch) | |
| tree | af2127920fb57603206ca670beb63b5d58650fb8 /schemas_json/action.yaml | |
| parent | c594b1fca854a7b9fb73d854a9830143cd1032fc (diff) | |
WIP major rewrite
Diffstat (limited to 'schemas_json/action.yaml')
| -rw-r--r-- | schemas_json/action.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/schemas_json/action.yaml b/schemas_json/action.yaml new file mode 100644 index 0000000..67f6550 --- /dev/null +++ b/schemas_json/action.yaml @@ -0,0 +1,15 @@ +--- +"$schema": "http://json-schema.org/schema#" +id: "hatter://action.yaml#" +type: object +required: + - image + - command +properties: + image: + type: string + description: container image + command: + type: string + description: shell commands +... |
