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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ajv/lib/refs/data.json')
-rw-r--r--node_modules/ajv/lib/refs/data.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/node_modules/ajv/lib/refs/data.json b/node_modules/ajv/lib/refs/data.json
deleted file mode 100644
index 87a2d14..0000000
--- a/node_modules/ajv/lib/refs/data.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "$id": "https://raw.githubusercontent.com/epoberezkin/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
-}