diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-03-25 21:18:41 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-03-25 21:18:41 +0100 |
| commit | 17af1ae6ca22d3bf76d09705cb3f29b17dbfdab7 (patch) | |
| tree | 34ace40ec3a433592f5b2157cb231217c8821043 /schemas_json/server.yaml | |
| parent | 130055c70ad2b062adf2c4df13dd2ed5ce062f97 (diff) | |
WIP server
Diffstat (limited to 'schemas_json/server.yaml')
| -rw-r--r-- | schemas_json/server.yaml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/schemas_json/server.yaml b/schemas_json/server.yaml index c44528a..2c65830 100644 --- a/schemas_json/server.yaml +++ b/schemas_json/server.yaml @@ -33,13 +33,10 @@ properties: type: string default: - "refs/heads/*" - actions: - type: array - decription: action file paths inside repository - items: - type: string - default: - - ".hatter.yaml" + action: + type: string + decription: action file path inside repository + default: ".hatter.yaml" min_sync_delay: type: - number |
