diff options
Diffstat (limited to 'node_modules/har-schema/lib/header.json')
-rw-r--r-- | node_modules/har-schema/lib/header.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/har-schema/lib/header.json b/node_modules/har-schema/lib/header.json deleted file mode 100644 index 103d949..0000000 --- a/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" - } - } -} |