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