diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2018-04-18 17:08:42 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2018-04-18 17:08:42 +0200 |
| commit | 254515b18cdc9cfa73afb690eeb7d7f2a1fc299b (patch) | |
| tree | bcba7694f94dfcb4cb6d74221407c202cdbe37bd /schemas_json | |
| parent | 71893908e6f39772422ae45cb01038ca6e042f93 (diff) | |
WIP generate output - pycairo implementation
Diffstat (limited to 'schemas_json')
| -rw-r--r-- | schemas_json/messages.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas_json/messages.yaml b/schemas_json/messages.yaml index 44b8c3a..7a4d210 100644 --- a/schemas_json/messages.yaml +++ b/schemas_json/messages.yaml @@ -35,12 +35,17 @@ definitions: required: - result - output_type + - panel properties: result: "$ref": "opcut://result.yaml#" output_type: enum: - PDF + panel: + type: + - "null" + - string response: type: object required: |
