Initial commit
[yaffs-website] / node_modules / har-schema / lib / beforeRequest.json
1 {
2   "id": "beforeRequest.json#",
3   "type": "object",
4   "optional": true,
5   "required": [
6     "lastAccess",
7     "eTag",
8     "hitCount"
9   ],
10   "properties": {
11     "expires": {
12       "type": "string",
13       "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?"
14     },
15     "lastAccess": {
16       "type": "string",
17       "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?"
18     },
19     "eTag": {
20       "type": "string"
21     },
22     "hitCount": {
23       "type": "integer"
24     },
25     "comment": {
26       "type": "string"
27     }
28   }
29 }