- SourceMeta name
- bagbrondocumenten
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 2.963 bytes
- Bytes bundled
- 3.988 bytes
- Health
- 84%
- Dependencies
- 1
Dependencies
- 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
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/bag-6-fsfxehg/bagbrondocumenten",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "In deze tabel staat geen data meer en wordt binnenkort verwijderd",
"properties": {
"_links": {
"description": "The contents of the `brondocumenten._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": "./bagbrondocumentenlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"bronleverancierCode": {
"description": "Verstrekker van brondocumenten en/of gegevens voortkomend uit het uitoefenen of voorbereiden van een gemeentelijke bevoegdheid, die nodig zijn voor een registratie aan de bronhouder, conform vastgestelde aanleverspecificaties. code",
"title": "Bron leverancier code",
"type": [
"string",
"null"
]
},
"bronleverancierOmschrijving": {
"description": "Verstrekker van brondocumenten en/of gegevens voortkomend uit het uitoefenen of voorbereiden van een gemeentelijke bevoegdheid, die nodig zijn voor een registratie aan de bronhouder, conform vastgestelde aanleverspecificaties. omschrijving",
"title": "Bron leverancier omschrijving",
"type": [
"string",
"null"
]
},
"documentnummer": {
"description": "Identificerende nummer van het document",
"title": "Brondocument nummer",
"type": "string"
},
"registratiedatum": {
"description": "De datum waarop het brondocument is opgeslagen in het register",
"format": "date-time",
"title": "Registratie datum",
"type": [
"string",
"null"
]
},
"typeBrondocumentCode": {
"description": "Code van het type brondocument. Bijvoorbeeld: Bouwvergunning, Splitsingvergunning, etc",
"title": "Brondocument type code",
"type": [
"string",
"null"
]
},
"typeBrondocumentOmschrijving": {
"description": "Het type brondocument. omschrijving",
"title": "Brondocument type omschrijving",
"type": [
"string",
"null"
]
},
"typeDossierCode": {
"description": "Code van het type dossier. Bijvoorbeeld: Omgevingsvergunning of Terugmelding of sloopvergunning, etc",
"title": "Dossier type code",
"type": [
"string",
"null"
]
},
"typeDossierOmschrijving": {
"description": "Het type dossier. omschrijving",
"title": "Dossier type omschrijving",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"documentnummer"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/bag/openapi.json#/components/schemas/Bagbrondocumenten"
]
}