summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/har-schema/lib/afterRequest.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/har-schema/lib/afterRequest.json')
-rw-r--r--deps/node/deps/npm/node_modules/har-schema/lib/afterRequest.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/deps/node/deps/npm/node_modules/har-schema/lib/afterRequest.json b/deps/node/deps/npm/node_modules/har-schema/lib/afterRequest.json
deleted file mode 100644
index 5f525815..00000000
--- a/deps/node/deps/npm/node_modules/har-schema/lib/afterRequest.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "$id": "afterRequest.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "optional": true,
- "required": [
- "lastAccess",
- "eTag",
- "hitCount"
- ],
- "properties": {
- "expires": {
- "type": "string",
- "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?"
- },
- "lastAccess": {
- "type": "string",
- "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))?"
- },
- "eTag": {
- "type": "string"
- },
- "hitCount": {
- "type": "integer"
- },
- "comment": {
- "type": "string"
- }
- }
-}