summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/har-validator/lib/schemas/record.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/har-validator/lib/schemas/record.json')
-rw-r--r--deps/npm/node_modules/har-validator/lib/schemas/record.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/npm/node_modules/har-validator/lib/schemas/record.json b/deps/npm/node_modules/har-validator/lib/schemas/record.json
new file mode 100644
index 0000000000..04acd51948
--- /dev/null
+++ b/deps/npm/node_modules/har-validator/lib/schemas/record.json
@@ -0,0 +1,18 @@
+{
+ "type": "object",
+ "required": [
+ "name",
+ "value"
+ ],
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ },
+ "comment": {
+ "type": "string"
+ }
+ }
+}