- SourceMeta name
- benkaggbagpanden
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 4.050 bytes
- Bytes bundled
- 16.569 bytes
- Health
- 20%
- Dependencies
- 2
Dependencies
- At
- /properties/_links/properties/self/$ref
- At
- /properties/pandGeometrie/$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/pandAantalBouwlagen/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandAantalBouwlagen/description
- 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/pandAantalBouwlagen/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandBeginGeldigheid/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandDocumentdatum/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandDocumentnummer/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandEindGeldigheid/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandGeconstateerd/description
- 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/pandHoogsteBouwlaag/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandHoogsteBouwlaag/description
- 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/pandHoogsteBouwlaag/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandIdentificatie/description
- 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/pandLaagsteBouwlaag/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandLaagsteBouwlaag/description
- 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/pandLaagsteBouwlaag/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandNaam/description
- 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/pandOorspronkelijkBouwjaar/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandOorspronkelijkBouwjaar/description
- 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/pandOorspronkelijkBouwjaar/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandStatusOmschrijving/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandTypeWoonobject/description
- 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/pandVolgnummer/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/pandVolgnummer/description
- 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/pandVolgnummer/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/benkagg-lqtl1u6hg/benkaggbagpanden",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Specifiek voor Data Verkenner gemaakte BAG-tabel van Panden.",
"properties": {
"_links": {
"description": "The contents of the `bagpanden._links` field. It contains all relationships with objects.",
"properties": {
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "../_shared/benkaggbagpandenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"pandAantalBouwlagen": {
"description": "Aantal bouwlagen van een pand.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"pandBeginGeldigheid": {
"description": "Begindatum van de geldigheid van de gegevens van het pand.",
"format": "date-time",
"type": [
"string",
"null"
]
},
"pandDocumentdatum": {
"description": "De datum waarop het brondocument is vastgesteld.",
"format": "date",
"type": [
"string",
"null"
]
},
"pandDocumentnummer": {
"description": "Het unieke nummer van het brondocument.",
"type": [
"string",
"null"
]
},
"pandEindGeldigheid": {
"description": "Einddatum van de geldigheid van de gegevens van het pand.",
"format": "date-time",
"type": [
"string",
"null"
]
},
"pandGeconstateerd": {
"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).",
"type": [
"boolean",
"null"
]
},
"pandGeometrie": {
"$ref": "../_shared/geometry"
},
"pandHoogsteBouwlaag": {
"description": "Hoogste bouwlaag van een pand.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"pandIdentificatie": {
"description": "Landelijke identificerende sleutel.",
"type": "string"
},
"pandLaagsteBouwlaag": {
"description": "Laagste bouwlaag van een pand.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"pandLiggingOmschrijving": {
"description": "Situering pand met verblijfsobject (vrijstaand, tussenwoning, etc.). omschrijving",
"type": [
"string",
"null"
]
},
"pandNaam": {
"description": "Naamgeving van een pand (bv. naam van metrostation of bijzonder gebouw).",
"type": [
"string",
"null"
]
},
"pandOorspronkelijkBouwjaar": {
"description": "De aanduiding van het jaar waarin een pand oorspronkelijk als bouwkundig gereed is of wordt opgeleverd.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"pandStatusOmschrijving": {
"description": "De fase van de levenscyclus van een pand, waarin het betreffende pand zich bevindt.",
"type": [
"string",
"null"
]
},
"pandTypeWoonobject": {
"description": "Eén woning, Meerdere woningen.",
"type": [
"string",
"null"
]
},
"pandVolgnummer": {
"description": "Uniek volgnummer van de toestand van het object.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": "integer"
}
},
"required": [
"_links",
"pandIdentificatie",
"pandVolgnummer"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/benkagg/openapi.json#/components/schemas/Benkaggbagpanden"
]
}