Skip to content

Conversation

@martineaus83
Copy link

@martineaus83 martineaus83 commented Sep 14, 2024

reference ($ref) other Schemas by it's $id like Dialect 2020-12 declares it.
Samples is provided in jsonschema2pojo-integration-tests project in src/test/resources/json/examples_$id

Other example bellow:

{
    "$id": "http://test.jsonschema2pojo.org/schema-json-test/main-data",
    "title": "main-data",
    "description": "Describe An Object.",
    "type": "object",
    "properties": {
        "DataFirst1": {
            "description": "Reference to http://test.jsonschema2pojo.org/schema-json-test/data-first",
            "type": "array",
            "items": { "$ref": "http://test.jsonschema2pojo.org/schema-json-test/data-first" },
            "uniqueItems": true
        }
    }
}

reference ($ref) other Schemas by it's $id like Dialect 2020-12 declares
it.
Samples is provided in jsonschema2pojo-integration-tests project in
src/test/resources/json/examples_$id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant