{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/digitaal-stelsel-omgevingswet-dso/omgevingsdocumenten-verbeelden-ibyvejgdg/primairobjectidentificator",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"oneOf": [
{
"properties": {
"primairObjectIdentificatie": {
"title": "primairObjectIdentificatie",
"type": "string"
}
}
},
{
"properties": {
"primairObjectTechnischId": {
"title": "primairObjectTechnischId",
"type": "string"
}
}
}
],
"title": "primairObjectIdentificator",
"type": "object",
"x-derived-from": [
"https://service.omgevingswet.overheid.nl/publiek/omgevingsdocumenten/api/verbeelden/v3/openapi.json#/components/schemas/primairObjectIdentificator"
]
}