]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/har-validator/lib/schemas/content.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / 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 }