Identifier | https://schemas.sourcemeta.com/jsonschema/2019-09/links.json |
---|---|
Base Dialect | 2019-09 |
Dialect | https://json-schema.org/draft/2019-09/schema |
Size | 0.002276 MB |
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://schemas.sourcemeta.com/jsonschema/2019-09/links.json",
"title": "Link Description Object",
"allOf": [
{
"required": [ "rel", "href" ]
},
{
"$ref": "#/$defs/noRequiredFields"
}
],
"$defs": {
"noRequiredFields": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"description": {
...
See the full schemaThis schema has 1 direct dependency and 9 indirect dependencies.
Origin | Dependency |
---|---|
/$defs/noRequiredFields/properties/headerSchema/$ref | /jsonschema/2019-09/hyper-schema |
Indirect | /jsonschema/2019-09/schema |
Indirect | /jsonschema/2019-09/meta/hyper-schema |
Indirect | /jsonschema/2019-09/meta/core |
Indirect | /jsonschema/2019-09/meta/applicator |
Indirect | /jsonschema/2019-09/meta/validation |
Indirect | /jsonschema/2019-09/meta/meta-data |
Indirect | /jsonschema/2019-09/meta/format |
Indirect | /jsonschema/2019-09/meta/content |
Indirect | /jsonschema/2019-09/links |