From cc4ba3b063f14943579ffbfe416828590f70ae0a Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Tue, 22 Mar 2022 01:31:27 +0100 Subject: WIP major rewrite --- schemas_json/action.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 schemas_json/action.yaml (limited to 'schemas_json/action.yaml') 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 +... -- cgit v1.2.3-70-g09d2