json-schema.org.draft.2020-12.meta.hyper-schema Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-schema-validator Show documentation
Show all versions of json-schema-validator Show documentation
OpenAPI Parser JSON-Schema Validator
{
"$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}"
}
]
}