a397439fd9e17cfa81559f198451a1662554a3ef
[yaffs-website] / node_modules / phantomjs-prebuilt / node_modules / har-validator / lib / schemas / cacheEntry.json
1 {
2   "oneOf": [{
3     "type": "object",
4     "optional": true,
5     "required": [
6       "lastAccess",
7       "eTag",
8       "hitCount"
9     ],
10     "properties": {
11       "expires": {
12         "type": "string"
13       },
14       "lastAccess": {
15         "type": "string"
16       },
17       "eTag": {
18         "type": "string"
19       },
20       "hitCount": {
21         "type": "integer"
22       },
23       "comment": {
24         "type": "string"
25       }
26     }
27   }, {
28     "type": null,
29     "additionalProperties": false
30   }]
31 }