- SourceMeta name
- externereferentie
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 858 bytes
- Bytes bundled
- 858 bytes
- Health
- 67%
- Dependencies
- -
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_examples
- Message
- Set a non-empty examples array at the top level of the schema to illustrate the expected data
- Pointers
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/ruimtelijke-plannen-api-3zzh61mdr/externereferentie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"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"
],
"x-derived-from": [
"https://ruimte.omgevingswet.overheid.nl/ruimtelijke-plannen/api/opvragen/v4/openapi.json#/components/schemas/ExterneReferentie"
]
}