diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2017-08-16 15:11:21 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2017-08-16 15:11:21 +0200 |
| commit | 28446d95471e74de364b53c3f24d6182fddac0e0 (patch) | |
| tree | 5cf96e6d26a8e27aef74464c6a0a3b0ab191ffff /schemas_json | |
| parent | 1b6052d7e74d90806650ff09153c581e7ae851eb (diff) | |
backend
Diffstat (limited to 'schemas_json')
| -rw-r--r-- | schemas_json/server.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas_json/server.yaml b/schemas_json/server.yaml index 89c74e4..da50e06 100644 --- a/schemas_json/server.yaml +++ b/schemas_json/server.yaml @@ -7,6 +7,8 @@ type: object required: - repositories properties: + log: + "$ref": "hatter://logging.yaml#" host: title: Host description: Listening host name @@ -40,7 +42,6 @@ definitions: required: - type - token - properties: type: enum: |
