Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/ajv/lib/refs/json-schema-secure.json
r0c6b92a r79a0317 3 3 "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/json-schema-secure.json#", 4 4 "title": "Meta-schema for the security assessment of JSON Schemas", 5 "description": "If a JSON Schema fails validation against this meta-schema, it may be unsafe to validate untrusted data",5 "description": "If a JSON AnySchema fails validation against this meta-schema, it may be unsafe to validate untrusted data", 6 6 "definitions": { 7 7 "schemaArray": { … … 61 61 "dependencies": { 62 62 "additionalProperties": { 63 "anyOf": [ 64 {"type": "array"}, 65 {"$ref": "#"} 66 ] 63 "anyOf": [{"type": "array"}, {"$ref": "#"}] 67 64 } 68 65 }, 69 66 "items": { 70 "anyOf": [ 71 {"$ref": "#"}, 72 {"$ref": "#/definitions/schemaArray"} 73 ] 67 "anyOf": [{"$ref": "#"}, {"$ref": "#/definitions/schemaArray"}] 74 68 }, 75 69 "definitions": {
Note:
See TracChangeset
for help on using the changeset viewer.