Giter Club home page Giter Club logo

Comments (2)

justin-tay avatar justin-tay commented on June 2, 2024

1.3.0 added the proper support for $dynamicRef and $dynamicAnchor. You specified that $dynamicAnchor meta in your root. Using the hierarchical output format makes it more obvious what is happening.

{
  "valid" : false,
  "evaluationPath" : "",
  "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
  "instanceLocation" : "",
  "details" : [ {
    "valid" : false,
    "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/booleanPropertyRequired",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    }
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/stringProperty",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    }
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/objectPropertyRequired",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    },
    "details" : [ {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedStringPropertyRequired",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedIntProperty",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      },
      "details" : [ {
        "valid" : false,
        "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
        "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
        "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired/properties/nestedStringProperty",
        "errors" : {
          "required" : "required property 'my-property-required' not found"
        }
      }, {
        "valid" : false,
        "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
        "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
        "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired/properties/nestedStringProperty",
        "errors" : {
          "required" : "required property 'my-property-required' not found"
        }
      } ]
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedStringPropertyRequired",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedIntProperty",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      },
      "details" : [ {
        "valid" : false,
        "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
        "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
        "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired/properties/nestedStringProperty",
        "errors" : {
          "required" : "required property 'my-property-required' not found"
        }
      }, {
        "valid" : false,
        "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
        "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
        "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired/properties/nestedStringProperty",
        "errors" : {
          "required" : "required property 'my-property-required' not found"
        }
      } ]
    } ]
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/numberArrayPropertyRequired",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    },
    "details" : [ {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/items/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/numberArrayPropertyRequired/items",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/items/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectArrayProperty/items",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/items/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/numberArrayPropertyRequired/items",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/items/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectArrayProperty/items",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    } ]
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/objectArrayProperty",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    }
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/booleanPropertyRequired",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    }
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/stringProperty",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    }
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/objectPropertyRequired",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    },
    "details" : [ {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedStringPropertyRequired",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedIntProperty",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      },
      "details" : [ {
        "valid" : false,
        "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
        "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
        "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired/properties/nestedStringProperty",
        "errors" : {
          "required" : "required property 'my-property-required' not found"
        }
      }, {
        "valid" : false,
        "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
        "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
        "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired/properties/nestedStringProperty",
        "errors" : {
          "required" : "required property 'my-property-required' not found"
        }
      } ]
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedStringPropertyRequired",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedIntProperty",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      },
      "details" : [ {
        "valid" : false,
        "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/properties/additionalProperties/$dynamicRef",
        "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
        "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired/properties/nestedStringProperty",
        "errors" : {
          "required" : "required property 'my-property-required' not found"
        }
      }, {
        "valid" : false,
        "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
        "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
        "instanceLocation" : "/properties/objectPropertyRequired/properties/nestedObjectPropertyRequired/properties/nestedStringProperty",
        "errors" : {
          "required" : "required property 'my-property-required' not found"
        }
      } ]
    } ]
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/numberArrayPropertyRequired",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    },
    "details" : [ {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/items/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/numberArrayPropertyRequired/items",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/0/$ref/allOf/1/$ref/properties/items/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectArrayProperty/items",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/items/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/numberArrayPropertyRequired/items",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    }, {
      "valid" : false,
      "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef/allOf/2/$ref/properties/items/$dynamicRef",
      "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
      "instanceLocation" : "/properties/objectArrayProperty/items",
      "errors" : {
        "required" : "required property 'my-property-required' not found"
      }
    } ]
  }, {
    "valid" : false,
    "evaluationPath" : "/allOf/2/$ref/properties/properties/additionalProperties/$dynamicRef",
    "schemaLocation" : "https://jtregl.com/json-schemas/draft/2020-12/custom-schema#",
    "instanceLocation" : "/properties/objectArrayProperty",
    "errors" : {
      "required" : "required property 'my-property-required' not found"
    }
  } ]
}

The meta schema you want should be similar to the following

{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://jtregl.com/json-schemas/draft/2020-12/custom-schema",
    "$vocabulary": {
        "https://json-schema.org/draft/2020-12/vocab/core": true,
        "https://json-schema.org/draft/2020-12/vocab/applicator": true,
        "https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
        "https://json-schema.org/draft/2020-12/vocab/validation": true,
        "https://json-schema.org/draft/2020-12/vocab/meta-data": true,
        "https://json-schema.org/draft/2020-12/vocab/format-annotation": true,
        "https://json-schema.org/draft/2020-12/vocab/content": true
    },

    "title": "Core and Validation specifications meta-schema",
    "allOf": [
        {"$ref": "https://json-schema.org/draft/2020-12/schema"}
    ],
    "type": ["object"],
    "properties": {
        "my-property-required": {
            "type": "string"
        },
        "my-property": {
            "type": "string"
        }
    },
    "required": ["my-property-required"]
}

from json-schema-validator.

jtregl avatar jtregl commented on June 2, 2024

Thank you for the clarification, I did not realise effect of the dynamicAnchor. It is working now as expected.

from json-schema-validator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.