Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/har-validator/src/schemas/cache.json')
-rw-r--r--node_modules/har-validator/src/schemas/cache.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/har-validator/src/schemas/cache.json b/node_modules/har-validator/src/schemas/cache.json
new file mode 100644
index 000000000..a3ab682d5
--- /dev/null
+++ b/node_modules/har-validator/src/schemas/cache.json
@@ -0,0 +1,13 @@
+{
+ "properties": {
+ "beforeRequest": {
+ "$ref": "#cacheEntry"
+ },
+ "afterRequest": {
+ "$ref": "#cacheEntry"
+ },
+ "comment": {
+ "type": "string"
+ }
+ }
+}