diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -190,8 +190,8 @@ def create_app(test_config=None): | |||
| 190 | 'schema': { | 190 | 'schema': { |
| 191 | 'type': 'dict', | 191 | 'type': 'dict', |
| 192 | 'schema': { | 192 | 'schema': { |
| 193 | 'key': {'type': 'string'}, | 193 | 'key': {'type': 'string', 'required': True}, |
| 194 | 'file_name': {'type': 'string'} | 194 | 'file_name': {'type': 'string', 'required': True} |
| 195 | } | 195 | } |
| 196 | } | 196 | } |
| 197 | } | 197 | } |
