- SourceMeta name
- tekst
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 549 bytes
- Bytes bundled
- 68.704 bytes
- Health
- 75%
- Dependencies
- 47
Dependencies
- At
- /allOf/0/$ref
- At
- /allOf/1/properties/_embedded/$ref
- At
- /properties/_links/allOf/0/properties/besluitsubvlakken/items/$ref
- At
- /properties/_links/allOf/0/properties/besluitvlakken/items/$ref
- At
- /properties/_links/allOf/0/properties/bestemmingsvlakken/items/$ref
- At
- /properties/_links/allOf/0/properties/bouwaanduidingen/items/$ref
- At
- /properties/_links/allOf/0/properties/children/items/$ref
- At
- /properties/_links/allOf/0/properties/figuren/items/$ref
- At
- /properties/_links/allOf/0/properties/functieaanduidingen/items/$ref
- At
- /properties/_links/allOf/0/properties/gebiedsaanduidingen/items/$ref
- At
- /properties/_links/allOf/0/properties/maatvoeringen/items/$ref
- At
- /properties/_links/allOf/0/properties/self/$ref
- At
- /properties/_links/allOf/1/properties/structuurvisiecomplexen/items/$ref
- At
- /properties/_links/allOf/1/properties/structuurvisiegebieden/items/$ref
- At
- /properties/_links/allOf/1/properties/structuurvisieverklaringen/items/$ref
- At
- /properties/kruimelpad/items/$ref
- At
- /properties/besluitsubvlakken/items/$ref
- At
- /properties/besluitvlakken/items/$ref
- At
- /properties/bestemmingsvlakken/items/$ref
- At
- /properties/bouwaanduidingen/items/$ref
- At
- /properties/children/items/allOf/1/properties/_embedded/$ref
- At
- /properties/figuren/items/$ref
- At
- /properties/functieaanduidingen/items/$ref
- At
- /properties/gebiedsaanduidingen/items/$ref
- At
- /properties/maatvoeringen/items/$ref
- At
- /properties/structuurvisiecomplexen/items/$ref
- At
- /properties/structuurvisiegebieden/items/$ref
- At
- /properties/structuurvisieverklaringen/items/$ref
- At
- /properties/_links/$ref
- At
- /properties/cartografieInfo/items/$ref
- At
- /properties/illustraties/items/$ref
- At
- /properties/self/$ref
- At
- /properties/_links/$ref
- At
- /properties/bestemmingsfuncties/items/$ref
- At
- /properties/bouwvlakken/items/$ref
- At
- /properties/lettertekenaanduidingen/items/$ref
- At
- /properties/_links/$ref
- At
- /properties/self/$ref
- At
- /properties/_links/$ref
- At
- /properties/self/$ref
- At
- /properties/omvang/items/$ref
- At
- /properties/_links/$ref
- At
- /properties/beleid/items/$ref
- At
- /properties/relatiesMetExternePlannen/$ref
- At
- /properties/self/$ref
- At
- /properties/gebruiktInformatieUit/items/$ref
- At
- /properties/beleid/items/$ref
Health issues
- Name
- top_level_title
- Message
- Set a concise non-empty title at the top level of the schema to explain what the definition is about
- Pointers
- Name
- top_level_description
- Message
- Set a non-empty description at the top level of the schema to explain what the definition is about in detail
- Pointers
- Name
- top_level_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- unnecessary_allof_ref_wrapper_modern
- Message
- Wrapping `$ref` in `allOf` was only necessary in JSON Schema Draft 7 and older
- Pointers
- /allOf/0/$ref
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /allOf/1/properties
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/tekst",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "./basetekst"
},
{
"properties": {
"_embedded": {
"$ref": "./embedded5"
}
}
}
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/Tekst"
]
}