summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/har-schema/lib/afterRequest.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/har-schema/lib/afterRequest.json')
-rw-r--r--deps/npm/node_modules/har-schema/lib/afterRequest.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/deps/npm/node_modules/har-schema/lib/afterRequest.json b/deps/npm/node_modules/har-schema/lib/afterRequest.json
new file mode 100644
index 0000000000..5f52581549
--- /dev/null
+++ b/deps/npm/node_modules/har-schema/lib/afterRequest.json
@@ -0,0 +1,30 @@
+{
+ "$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"
+ }
+ }
+}