- SourceMeta name
- projectmachtiging
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 817 bytes
- Bytes bundled
- 817 bytes
- Health
- -
- 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
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/gemachtigde/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/projectId/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/toepasbare-regels-uitvoeren-services-w8vc6lgvg/projectmachtiging",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Een projectmachtiging. Als deze aanwezig is, dan is het verplicht ook initiatiefnemer in te vullen.",
"properties": {
"gemachtigde": {
"description": "Dit element wordt genegeerd en zal in de toekomst verdwijnen.",
"type": "string"
},
"projectId": {
"description": "Het project id.",
"type": "string"
}
},
"required": [
"projectId"
],
"x-derived-from": [
"https://developer.omgevingswet.overheid.nl/publish/pages/171046/toepasbareregels-uitvoerenservices-v2.json#/components/schemas/ProjectMachtiging"
]
}