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