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/node_modules/ajv/lib/refs/data.json')
-rw-r--r--node_modules/har-validator/node_modules/ajv/lib/refs/data.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/har-validator/node_modules/ajv/lib/refs/data.json b/node_modules/har-validator/node_modules/ajv/lib/refs/data.json
new file mode 100644
index 000000000..64aac5b61
--- /dev/null
+++ b/node_modules/har-validator/node_modules/ajv/lib/refs/data.json
@@ -0,0 +1,17 @@
+{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
+ "description": "Meta-schema for $data reference (JSON Schema extension proposal)",
+ "type": "object",
+ "required": [ "$data" ],
+ "properties": {
+ "$data": {
+ "type": "string",
+ "anyOf": [
+ { "format": "relative-json-pointer" },
+ { "format": "json-pointer" }
+ ]
+ }
+ },
+ "additionalProperties": false
+}