- SourceMeta name
- registratiegegevens
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.899 bytes
- Bytes bundled
- 1.899 bytes
- Health
- 58%
- Dependencies
- -
Health issues
- 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
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/eindRegistratie/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/tijdstipRegistratie/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-presenteren-gckm6jmvr/registratiegegevens",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Een informatieobject dat de tijdslijnen en versie van een geversioneerd object beschrijft.",
"properties": {
"beginGeldigheid": {
"examples": [
"2020-05-05"
],
"format": "date",
"title": "beginGeldigheid",
"type": "string"
},
"beginInwerking": {
"examples": [
"2020-05-08"
],
"format": "date",
"title": "beginInwerking",
"type": "string"
},
"eindGeldigheid": {
"examples": [
"2020-07-05"
],
"format": "date",
"title": "eindGeldigheid",
"type": "string"
},
"eindRegistratie": {
"description": "Tijdstip waarop een nieuwere versie beschikbaar is bij Ozon. Deze versie is vanaf dit moment niet meer actief. Datumtijd in ISO 8601 formaat.",
"examples": [
"2022-04-12T23:20:50.52Z"
],
"format": "date-time",
"title": "eindRegistratie",
"type": "string"
},
"tijdstipRegistratie": {
"description": "Tijdstip waarop deze versie beschikbaar is bij Ozon. Deze versie is actief totdat er een nieuwe versie beschikbaar komt. Datumtijd in ISO 8601 formaat.",
"examples": [
"2022-04-12T23:20:50.52Z"
],
"format": "date-time",
"title": "tijdstipRegistratie",
"type": "string"
},
"versie": {
"examples": [
1
],
"title": "versie",
"type": "number"
}
},
"required": [
"beginGeldigheid",
"beginInwerking",
"tijdstipRegistratie"
],
"title": "Registratiegegevens",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/presenteren/v8/openapi.json#/components/schemas/Registratiegegevens"
]
}