- SourceMeta name
- huishoudelijkafvalrolcontainermelding
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 3.831 bytes
- Bytes bundled
- 8.363 bytes
- Health
- 57%
- Dependencies
- 4
Dependencies
- At
- /properties/_links/properties/bagNummeraanduiding/$ref
- At
- /properties/_links/properties/bagVerblijfsobject/$ref
- At
- /properties/_links/properties/rolcontainer/$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
- /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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/afkomstVerzoek/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/bagVerblijfsobjectId/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/id/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/id/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/rolcontainerId/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/rolcontainerId/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/soortVerzoek/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/afvalcontainers-putten-en-weeggegevens--mrgfx6ng/huishoudelijkafvalrolcontainermelding",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Deze tabel bevat informatie over de meldingen die door de bewoners zijn gedaan. De meldingen gaan over een of meer containers.",
"properties": {
"_links": {
"description": "The contents of the `rolcontainerMelding._links` field. It contains all relationships with objects.",
"properties": {
"bagNummeraanduiding": {
"$ref": "./bagnummeraanduidingenrawidentifier"
},
"bagVerblijfsobject": {
"$ref": "./bagverblijfsobjectenrawidentifier"
},
"rolcontainer": {
"$ref": "./huishoudelijkafvalrolcontainerlink"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./huishoudelijkafvalrolcontainermeldinglink"
}
},
"required": [
"bagNummeraanduiding",
"bagVerblijfsobject",
"rolcontainer",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"aanmaakdatum": {
"description": "De datum en tijd waarop de registratie van de melding in het systeem is vastgelegd",
"format": "date-time",
"title": "Melding aanmaakdatum",
"type": [
"string",
"null"
]
},
"afkomstVerzoek": {
"description": "Dit attribuut geeft aan of de melding intern of extern is gedaan.",
"title": "Verzoek afkomst",
"type": [
"string",
"null"
]
},
"bagNummeraanduidingId": {
"deprecated": true,
"description": "BAG Nummeraanduiding identificatie",
"readOnly": true,
"title": "Nummeraanduiding ID",
"type": [
"string",
"null"
]
},
"bagVerblijfsobjectId": {
"deprecated": true,
"description": "Een identificatiecode van een verblijfsobject is een authentiek gegeven en een unieke aanduiding van het verblijfsobject.",
"readOnly": true,
"title": "BAG Verblijfsobject identificatie",
"type": [
"string",
"null"
]
},
"id": {
"description": "Unieke aanduiding van een melding",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Melding ID",
"type": "integer"
},
"meldingType": {
"description": "Het type van een melding. Bijvoorbeeld: Algemene informatie",
"type": [
"string",
"null"
]
},
"rolcontainerId": {
"deprecated": true,
"description": "Unieke aanduiding van een rolcontainer. (foreign key)",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"readOnly": true,
"title": "Rolcontainer ID",
"type": [
"integer",
"null"
]
},
"soortVerzoek": {
"description": "Dit attribuut geeft aan welk communicatiemiddel is gebruikt om de melding te registreren.",
"title": "Verzoek soort",
"type": [
"string",
"null"
]
},
"wijzigingsdatum": {
"description": "De datum en tijd waarop de registratie van de melding voor het laatst in het systeem is aangepast",
"format": "date-time",
"title": "Melding wijzigingsdatum",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"bagNummeraanduidingId",
"bagVerblijfsobjectId",
"id",
"rolcontainerId"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/huishoudelijkafval/openapi.json#/components/schemas/Huishoudelijkafvalrolcontainer_melding"
]
}