diff options
Diffstat (limited to 'node_modules/har-schema/lib/creator.json')
-rw-r--r-- | node_modules/har-schema/lib/creator.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/har-schema/lib/creator.json b/node_modules/har-schema/lib/creator.json deleted file mode 100644 index 71a75cd..0000000 --- a/node_modules/har-schema/lib/creator.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$id": "creator.json#", - "$schema": "http://json-schema.org/draft-06/schema#", - "type": "object", - "required": [ - "name", - "version" - ], - "properties": { - "name": { - "type": "string" - }, - "version": { - "type": "string" - }, - "comment": { - "type": "string" - } - } -} |