Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
717 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "$id": "afterRequest.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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.