summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/har-schema/lib/header.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/har-schema/lib/header.json')
-rw-r--r--deps/node/deps/npm/node_modules/har-schema/lib/header.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/deps/node/deps/npm/node_modules/har-schema/lib/header.json b/deps/node/deps/npm/node_modules/har-schema/lib/header.json
deleted file mode 100644
index 103d949a..00000000
--- a/deps/node/deps/npm/node_modules/har-schema/lib/header.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$id": "header.json#",
- "$schema": "http://json-schema.org/draft-06/schema#",
- "type": "object",
- "required": [
- "name",
- "value"
- ],
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "comment": {
- "type": "string"
- }
- }
-}