diff options
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 |
