- SourceMeta name
- bagpanden
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 8.052 bytes
- Bytes bundled
- 27.624 bytes
- Health
- 71%
- Dependencies
- 7
Dependencies
- At
- /properties/_links/properties/bevatVerblijfsobjecten/items/$ref
- At
- /properties/_links/properties/heeftDossier/$ref
- At
- /properties/_links/properties/heeftOnderzoeken/items/$ref
- At
- /properties/_links/properties/ligtInBouwblok/$ref
- At
- /properties/_links/properties/ligtInBuurt/$ref
- At
- /properties/_links/properties/self/$ref
- At
- /properties/geometrie/$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
- 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/aantalBouwlagen/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/aantalBouwlagen/format
- 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/bagprocesCode/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/bagprocesCode/format
- 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/hoogsteBouwlaag/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/hoogsteBouwlaag/format
- 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/laagsteBouwlaag/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/laagsteBouwlaag/format
- 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/liggingCode/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/liggingCode/format
- 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/oorspronkelijkBouwjaar/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/oorspronkelijkBouwjaar/format
- 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/plusvolgnummer/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/plusvolgnummer/format
- 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/statusCode/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/statusCode/format
- 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/volgnummer/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/volgnummer/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/bag-6-fsfxehg/bagpanden",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Een PAND is de kleinste bij de totstandkoming functioneel en bouwkundig-constructief zelfstandige eenheid die direct en duurzaam met de aarde is verbonden en betreedbaar en afsluitbaar is.",
"properties": {
"_links": {
"description": "The contents of the `panden._links` field. It contains all relationships with objects.",
"properties": {
"bevatVerblijfsobjecten": {
"items": {
"$ref": "../_shared/bagverblijfsobjectenlink"
},
"type": "array"
},
"heeftDossier": {
"$ref": "./bagdossierslink"
},
"heeftOnderzoeken": {
"items": {
"$ref": "./bagpandenheeftonderzoeken_m2m"
},
"type": "array"
},
"ligtInBouwblok": {
"$ref": "../_shared/gebiedenbouwblokkenlink"
},
"ligtInBuurt": {
"$ref": "../_shared/gebiedenbuurtenlink"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "../_shared/bagpandenlink"
}
},
"required": [
"bevatVerblijfsobjecten",
"heeftDossier",
"heeftOnderzoeken",
"ligtInBouwblok",
"ligtInBuurt",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"aantalBouwlagen": {
"description": "Aantal bouwlagen van een pand",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Bouwlagen pand aantal",
"type": [
"integer",
"null"
]
},
"bagprocesCode": {
"description": "Functionele handeling die ten grondslag ligt aan de gebeurtenis. code",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "BAG proces code",
"type": [
"integer",
"null"
]
},
"bagprocesOmschrijving": {
"description": "Functionele handeling die ten grondslag ligt aan de gebeurtenis. omschrijving",
"title": "BAG proces omschrijving",
"type": [
"string",
"null"
]
},
"beginGeldigheid": {
"description": "De ingangsdatum van de geldigheid van een bepaalde combinatie van gegevens over een PAND",
"format": "date-time",
"title": "Pand geldigheid begindatum",
"type": [
"string",
"null"
]
},
"datumActueelTot": {
"description": "Einddatum van de cyclus, eventueel in combinatie met het kenmerk Status",
"format": "date-time",
"title": "Actueel tot datum",
"type": [
"string",
"null"
]
},
"documentdatum": {
"description": "De datum waarop het brondocument is vastgesteld",
"format": "date",
"title": "Brondocument datum",
"type": [
"string",
"null"
]
},
"documentnummer": {
"description": "Het unieke nummer van het brondocument",
"title": "Brondocument nummer",
"type": [
"string",
"null"
]
},
"eindGeldigheid": {
"description": "De einddatum van de geldigheid van een bepaalde combinatie van gegevens over een PAND",
"format": "date-time",
"title": "Pand geldigheid einddatum",
"type": [
"string",
"null"
]
},
"geconstateerd": {
"description": "Dit geeft aan dat een PAND in de registratie is opgenomen als gevolg van een feitelijke constatering en niet op basis van een regulier brondocument (J/N)",
"title": "Pand geconstateerd indicatie",
"type": [
"boolean",
"null"
]
},
"geometrie": {
"$ref": "../_shared/geometry"
},
"heeftDossierId": {
"deprecated": true,
"description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie",
"readOnly": true,
"title": "Pand heeft dossier",
"type": [
"string",
"null"
]
},
"hoogsteBouwlaag": {
"description": "Hoogste bouwlaag van een pand",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Pand hoogste bouwlaag",
"type": [
"integer",
"null"
]
},
"identificatie": {
"description": "Unieke identificatie van een pand",
"title": "Pand ID",
"type": "string"
},
"laagsteBouwlaag": {
"description": "Laagste bouwlaag van een pand",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Pand laagste bouwlaag",
"type": [
"integer",
"null"
]
},
"liggingCode": {
"description": "Dit is een vervallen kenmerk en wordt niet geactualiseerd",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Pand ligging code",
"type": [
"integer",
"null"
]
},
"liggingOmschrijving": {
"description": "Situering pand met verblijfsobjec. Omschrijving",
"title": "Pand ligging omschrijving",
"type": [
"string",
"null"
]
},
"ligtInBouwblokId": {
"deprecated": true,
"description": "Het bouwblok waarin het pand ligt",
"readOnly": true,
"title": "Pand ligt in bouwblok",
"type": [
"string",
"null"
]
},
"ligtInBuurtId": {
"deprecated": true,
"description": "De buurt waarin het pand ligt",
"readOnly": true,
"title": "Pand ligt in buurt",
"type": [
"string",
"null"
]
},
"naam": {
"description": "Naamgeving van een pand (bv. naam van metrostation of bijzonder gebouw)",
"title": "Pand naam",
"type": [
"string",
"null"
]
},
"oorspronkelijkBouwjaar": {
"description": "De aanduiding van het jaar waarin een pand oorspronkelijk als bouwkundig gereed is of wordt opgeleverd",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Pand oorspronkelijk bouwjaar",
"type": [
"integer",
"null"
]
},
"plusvolgnummer": {
"description": "Uniek BAG-plus volgnummer van de toestand van het object",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Object plus volgnummer",
"type": [
"integer",
"null"
]
},
"registratiedatum": {
"description": "De datum waarop de toestand van het object is geregistreerd",
"format": "date-time",
"title": "Object registratiedatum",
"type": [
"string",
"null"
]
},
"statusCode": {
"description": "De levenscyclus van een PAND waarin het betreffende pand zich bevindt. Code",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Pand status code",
"type": [
"integer",
"null"
]
},
"statusOmschrijving": {
"description": "De fase van de levenscyclus van een PAND waarin het betreffende pand zich bevindt. Omschrijving",
"title": "Pand status omschrijving",
"type": [
"string",
"null"
]
},
"typeWoonobject": {
"description": "Eén woning, Meerdere woningen",
"title": "Woonobject type",
"type": [
"string",
"null"
]
},
"volgnummer": {
"description": "Uniek volgnummer van de toestand van het object",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Object volgnummer",
"type": "integer"
}
},
"required": [
"_links",
"heeftDossierId",
"identificatie",
"ligtInBouwblokId",
"ligtInBuurtId",
"volgnummer"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/bag/openapi.json#/components/schemas/Bagpanden"
]
}