- SourceMeta name
- artikel
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.220 bytes
- Bytes bundled
- 58.159 bytes
- Health
- 55%
- Dependencies
- 39
Dependencies
- At
- /properties/_embedded/$ref
- At
- /properties/_links/$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/0/$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/_links/$ref
- At
- /properties/cartografieInfo/items/$ref
- At
- /properties/illustraties/items/$ref
- At
- /properties/besluitsubvlakken/items/$ref
- At
- /properties/self/$ref
- At
- /properties/teksten/items/$ref
- At
- /properties/_links/$ref
- At
- /properties/bestemmingsfuncties/items/$ref
- At
- /properties/bouwaanduidingen/items/$ref
- At
- /properties/bouwvlakken/items/$ref
- At
- /properties/figuren/items/$ref
- At
- /properties/functieaanduidingen/items/$ref
- At
- /properties/gebiedsaanduidingen/items/$ref
- At
- /properties/lettertekenaanduidingen/items/$ref
- At
- /properties/maatvoeringen/items/$ref
- At
- /properties/self/$ref
- At
- /properties/_links/$ref
- At
- /properties/self/$ref
- At
- /properties/_links/allOf/0/properties/besluitvlakken/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/_links/$ref
- At
- /properties/self/$ref
- At
- /properties/omvang/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
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/artikelType/enum - /properties/artikelType/type
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/externeReferentie/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/inhoud/description
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/volgnummer/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/volgnummer/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/artikel",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"_embedded": {
"$ref": "./embedded8"
},
"_links": {
"$ref": "./artikellinks"
},
"artikelType": {
"enum": [
"geo",
"algemeen"
],
"examples": [
"geo"
],
"type": [
"string",
"null"
]
},
"externeReferentie": {
"description": "Verwijzing naar niet-html brondata.",
"properties": {
"href": {
"examples": [
"https://www.ruimtelijkeplannen.nl/documents/NL.IMRO.0200.bp1253-vas1/b_NL.IMRO.0200.bp1253-vas1_rb1.pdf"
],
"type": [
"string",
"null"
]
},
"label": {
"examples": [
"Bijlage 1 Lijst van toegelaten bedrijfstypen"
],
"type": [
"string",
"null"
]
}
},
"required": [
"href",
"label"
],
"type": [
"object",
"null"
]
},
"id": {
"examples": [
"NL.IMRO.PT.regels._1_Begrippen"
],
"type": "string"
},
"inhoud": {
"description": "Inhoud van van het tekstblok. Voor de Ruimtelijke Plannen is dit XHTML, voor LVBB wellicht XML en voor andere informatiehuizen wellicht plain text. Hoe een client dit moet behandelen wordt in de verbeelding afgehandeld.",
"examples": [
"<p xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:xl=\\\"http://www.w3.org/1999/xlink\\\" xmlns:imropt=\\\"http://www.geonovum.nl/imro/pt/2012/1.0\\\" xmlns:xsi=\\\"http://www.w3.org/2001/XMLSchema-instance\\\">In deze regels wordt verstaan onder:</p>"
],
"type": [
"string",
"null"
]
},
"titel": {
"examples": [
"Artikel 1 Begrippen"
],
"type": [
"string",
"null"
]
},
"volgnummer": {
"examples": [
4
],
"format": "int32",
"type": "integer"
}
},
"required": [
"_links",
"externeReferentie",
"id",
"inhoud",
"titel",
"volgnummer"
],
"type": "object",
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/Artikel"
]
}