Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/ajv/lib/refs/json-schema-secure.json

    r0c6b92a r79a0317  
    33  "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/json-schema-secure.json#",
    44  "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",
    66  "definitions": {
    77    "schemaArray": {
     
    6161    "dependencies": {
    6262      "additionalProperties": {
    63         "anyOf": [
    64           {"type": "array"},
    65           {"$ref": "#"}
    66         ]
     63        "anyOf": [{"type": "array"}, {"$ref": "#"}]
    6764      }
    6865    },
    6966    "items": {
    70       "anyOf": [
    71         {"$ref": "#"},
    72         {"$ref": "#/definitions/schemaArray"}
    73       ]
     67      "anyOf": [{"$ref": "#"}, {"$ref": "#/definitions/schemaArray"}]
    7468    },
    7569    "definitions": {
Note: See TracChangeset for help on using the changeset viewer.