Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/har-validator/src/schemas/har.json')
-rw-r--r--node_modules/har-validator/src/schemas/har.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/har-validator/src/schemas/har.json b/node_modules/har-validator/src/schemas/har.json
new file mode 100644
index 000000000..b542782db
--- /dev/null
+++ b/node_modules/har-validator/src/schemas/har.json
@@ -0,0 +1,11 @@
+{
+ "type": "object",
+ "required": [
+ "log"
+ ],
+ "properties": {
+ "log": {
+ "$ref": "#log"
+ }
+ }
+}