- SourceMeta name
- brk2aantekeningenrechten
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 4.553 bytes
- Bytes bundled
- 9.224 bytes
- Health
- 86%
- Dependencies
- 4
Dependencies
- At
- /properties/_links/properties/betrokkenBrkTenaamstelling/items/$ref
- At
- /properties/_links/properties/heeftBrkBetrokkenPersoon/items/$ref
- At
- /properties/_links/properties/isGebaseerdOpBrkStukdeel/$ref
- At
- /properties/_links/properties/self/$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
- /properties/_links/description
- Name
- title_trim
- Message
- Titles should not contain leading or trailing whitespace
- Pointers
- /properties/_links/title
- Name
- non_applicable_type_specific_keywords
- Message
- Avoid keywords that don't apply to the type or types that the current subschema expects
- Pointers
- /properties/neuronId/format
- Name
- unknown_format_prefix
- Message
- For interoperability purposes, the JSON Schema specification advises against the use of `format` values that are not explicitly defined by the specification
- Pointers
- /properties/neuronId/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/brk2-oktbfx6hg/brk2aantekeningenrechten",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "aantekeningenrechten",
"properties": {
"_links": {
"description": "The contents of the `aantekeningenrechten._links` field. It contains all relationships with objects.",
"properties": {
"betrokkenBrkTenaamstelling": {
"items": {
"$ref": "./brk2aantekeningenrechtenbetrokkenbrktenaamstelling_m2m"
},
"type": "array"
},
"heeftBrkBetrokkenPersoon": {
"items": {
"$ref": "./brk2aantekeningenrechtenheeftbrkbetrokkenpersoon_m2m"
},
"type": "array"
},
"isGebaseerdOpBrkStukdeel": {
"$ref": "./brk2stukdelenlink"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./brk2aantekeningenrechtenlink"
}
},
"required": [
"betrokkenBrkTenaamstelling",
"heeftBrkBetrokkenPersoon",
"isGebaseerdOpBrkStukdeel",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"aardCode": {
"type": [
"string",
"null"
]
},
"aardOmschrijving": {
"type": [
"string",
"null"
]
},
"betreftGedeelteVanPerceel": {
"description": "Er bestaan nu nog speciale aardAantekening-varianten met de toevoeging op een gedeelte van een perceel. Voorbeeld: 81. In het vervolg zal deze aard worden vervangen door de oorspronkelijke variant, in dit geval 80 ”Voorwaarden WKPB besluiten”, waarbij de indicator betreftGedeelteVanPerceel op true gezet wordt",
"title": "Gedeelte perceel indicatie",
"type": [
"string",
"null"
]
},
"datumActueelTot": {
"description": "Einddatum van de cyclus, eventueel in combinatie met het kenmerk Status",
"format": "date-time",
"type": [
"string",
"null"
]
},
"einddatum": {
"description": "Einddatum geeft aan wanneer een bepaalde aantekening volgens het ingeschreven stuk niet langer meer rechtsgeldig is",
"format": "date-time",
"title": "Object einddatum",
"type": [
"string",
"null"
]
},
"einddatumRecht": {
"description": "Een einddatum op een zakelijk recht (via tenaamstelling) wordt nu in een apart attribuut geleverd.Voorheen werd dit geleverd in het attribuut einddatum. Tenaamstellingen van een eindig recht worden niet automatisch beëindigd. Wel krijgt zo’n tenaamstelling de aantekening dat het recht eindig is en op een bepaalde datum zal eindigen of geëindigd is",
"format": "date-time",
"title": "Einddatum zakelijk recht",
"type": [
"string",
"null"
]
},
"identificatie": {
"description": "De aan deze aantekening toegekende landelijk unieke aanduiding",
"title": "Object ID",
"type": "string"
},
"isGebaseerdOpBrkStukdeelId": {
"deprecated": true,
"description": "Identificatie van het stukdeel waar de aantekening op gebaseerd is",
"readOnly": true,
"title": "Stukdeel identificatie",
"type": [
"string",
"null"
]
},
"neuronId": {
"description": "Neuron ID",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Bronsysteem ID",
"type": "integer"
},
"omschrijving": {
"description": "Omschrijving bij de aantekening",
"title": "Aantekening omschrijving",
"type": [
"string",
"null"
]
},
"toestandsdatum": {
"description": "De datum waarop de geleverde toestand van het onderliggende kadatraal object is ontstaan in de Basisregistratie Kadaster. (normaal gesproken maximaal 2 weken later t.o.v. tijdstip inschrijving)",
"format": "date",
"title": "Object toestand datum",
"type": [
"string",
"null"
]
},
"wasIdentificatie": {
"description": "De (oude) identificatie die dit object in BRK 1.0 had",
"title": "ID in BRK1.0",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"identificatie",
"isGebaseerdOpBrkStukdeelId",
"neuronId"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/brk2/openapi.json#/components/schemas/Brk2aantekeningenrechten"
]
}