Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / har-validator / lib / schemas / content.json
1 {
2   "type": "object",
3   "required": [
4     "size",
5     "mimeType"
6   ],
7   "properties": {
8     "size": {
9       "type": "integer"
10     },
11     "compression": {
12       "type": "integer"
13     },
14     "mimeType": {
15       "type": "string"
16     },
17     "text": {
18       "type": "string"
19     },
20     "encoding": {
21       "type": "string"
22     },
23     "comment": {
24       "type": "string"
25     }
26   }
27 }