- SourceMeta name
- brk2v1zakelijkerechtenlinks
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.164 bytes
- Bytes bundled
- 13.426 bytes
- Health
- 94%
- Dependencies
- 8
Dependencies
- At
- /properties/belastBrkZakelijkeRechten/items/$ref
- At
- /properties/belastMetBrkZakelijkeRechten/items/$ref
- At
- /properties/betrokkenBijBrkZakelijkeRechten/items/$ref
- At
- /properties/isBeperktTotBrkTenaamstellingen/items/$ref
- At
- /properties/ontstaanUitBrkZakelijkeRechten/items/$ref
- At
- /properties/rustOpBrkKadastraalObject/$ref
- At
- /properties/self/$ref
- At
- /properties/vveIdentificatieBetrokkenBij/$ref
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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/brk2-oktbfx6hg/brk2v1zakelijkerechtenlinks",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The contents of the `zakelijkerechten._links` field. It contains all relationships with objects.",
"properties": {
"belastBrkZakelijkeRechten": {
"items": {
"$ref": "./brk2zakelijkerechtenbelastbrkzakelijkerechten_m2m"
},
"type": "array"
},
"belastMetBrkZakelijkeRechten": {
"items": {
"$ref": "./brk2zakelijkerechtenbelastmetbrkzakelijkerechten_m2m"
},
"type": "array"
},
"betrokkenBijBrkZakelijkeRechten": {
"items": {
"$ref": "./brk2zakelijkerechtenbetrokkenbijbrkzakelijkerechten_m2m"
},
"type": "array"
},
"isBeperktTotBrkTenaamstellingen": {
"items": {
"$ref": "./brk2zakelijkerechtenisbeperkttotbrktenaamstellingen_m2m"
},
"type": "array"
},
"ontstaanUitBrkZakelijkeRechten": {
"items": {
"$ref": "./brk2zakelijkerechtenontstaanuitbrkzakelijkerechten_m2m"
},
"type": "array"
},
"rustOpBrkKadastraalObject": {
"$ref": "./brk2kadastraleobjectenlink"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./brk2zakelijkerechtenlink"
},
"vveIdentificatieBetrokkenBij": {
"$ref": "./brk2kadastralesubjectenlink"
},
"vveIdentificatieOntstaanUit": {
"$ref": "./brk2kadastralesubjectenlink"
}
},
"required": [
"belastBrkZakelijkeRechten",
"belastMetBrkZakelijkeRechten",
"betrokkenBijBrkZakelijkeRechten",
"isBeperktTotBrkTenaamstellingen",
"ontstaanUitBrkZakelijkeRechten",
"rustOpBrkKadastraalObject",
"schema",
"self",
"vveIdentificatieBetrokkenBij",
"vveIdentificatieOntstaanUit"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/brk2/openapi.json#/components/schemas/Brk2v1ZakelijkerechtenLinks"
]
}