- SourceMeta name
- wijzigingsgebeurtenis
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 1.921 bytes
- Bytes bundled
- 1.921 bytes
- Health
- 67%
- Dependencies
- -
Health issues
- 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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/heeftGrondslagString/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/tijdstipWijziging/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/logius/api-overheidsorganisaties-lmpmj_rdr/wijzigingsgebeurtenis",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"heeftGrondslagString": {
"description": "De waarde van deze property is een tekstuele verwijzing naar de juridische grondslag in de vorm van een string. Het gebruik van deze property dient beperkt te blijven tot gevallen waarin het gebruik van heeftJuridischeGrondslag niet mogelijk is.",
"items": {
"minLength": 1
},
"minItems": 1,
"uniqueItems": true
},
"heeftJuridischeGrondslag": {
"description": "Wet, regeling of besluit waaraan de wijziging zijn rechtsgeldigheid ontleent",
"items": {
"format": "uri",
"minLength": 1
},
"minItems": 1,
"uniqueItems": true
},
"redenWijziging": {
"description": "De reden voor de wijziging",
"items": {
"minLength": 1
},
"minItems": 1,
"uniqueItems": true
},
"tijdstipRegistratie": {
"description": "Datum en tijdstip waarop de wijziging is geregistreerd in het betreffende register",
"format": "date-time",
"minLength": 1,
"readOnly": true
},
"tijdstipWijziging": {
"description": "Datum en tijdstip waarop de wijziging formeel is ingegaan. De waarde van dit veld bepaalt automatisch de waarde van de volgende velden: `begindatum`, `einddatum`, `generatedAtTime` en `invalidatedAtTime`. Als het tijdstip van `tijdstipWijziging` gelijk is aan `T00:00:00`, dan wordt er een dag afgetrokken van `einddatum` ten opzichte van `tijdstipWijziging`.",
"format": "date-time",
"minLength": 1
}
},
"title": "Wijzigingsgebeurtenis",
"x-derived-from": [
"https://api-organisaties.overheid.nl/v1/openapi.json#/components/schemas/Wijzigingsgebeurtenis"
]
}