Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 1 | { |
2 | "$schema": "http://json-schema.org/draft-04/schema#", | ||||
3 | "type": "object", | ||||
4 | "properties": { | ||||
5 | "fileName": { | ||||
6 | "type": "string" | ||||
7 | }, | ||||
8 | "description": { | ||||
9 | "type": "string" | ||||
10 | } | ||||
11 | }, | ||||
12 | "additionalProperties": false | ||||
13 | } |