UNPKG

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