{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-epe/woo-ctnyjxehr/organisatie",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"type": [
"string",
"null"
]
},
"naam": {
"type": [
"string",
"null"
]
},
"oin": {
"type": [
"string",
"null"
]
},
"rsin": {
"type": [
"string",
"null"
]
},
"tooi": {
"type": [
"string",
"null"
]
},
"uuid": {
"type": [
"string",
"null"
]
}
},
"required": [
"naam"
],
"title": "Organisatie",
"type": "object",
"x-derived-from": [
"https://raw.githubusercontent.com/CommonGateway/WooBundle/main/docs/openapi.json#/components/schemas/Organisatie"
]
}