All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json-schema.org.draft.2020-12.meta.hyper-schema Maven / Gradle / Ivy

There is a newer version: 2024.4
Show newest version
{
    "$schema": "https://json-schema.org/draft/2020-12/hyper-schema",
    "$id": "https://json-schema.org/draft/2020-12/meta/hyper-schema",
    "$vocabulary": {
        "https://json-schema.org/draft/2019-09/vocab/hyper-schema": true
    },
    "$dynamicAnchor": "meta",

    "title": "JSON Hyper-Schema Vocabulary Schema",
    "type": ["object", "boolean"],
    "properties": {
        "base": {
            "type": "string",
            "format": "uri-template"
        },
        "links": {
            "type": "array",
            "items": {
                "$ref": "https://json-schema.org/draft/2020-12/links"
            }
        }
    },
    "links": [
        {
            "rel": "self",
            "href": "{+%24id}"
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy