- SourceMeta name
- huishoudelijkafvalweging
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 7.994 bytes
- Bytes bundled
- 13.913 bytes
- Health
- 63%
- Dependencies
- 5
Dependencies
- At
- /properties/_links/properties/bagHoofdadresVerblijfsobject/$ref
- At
- /properties/_links/properties/bagNummeraanduiding/$ref
- At
- /properties/_links/properties/bagOpenbareruimte/$ref
- At
- /properties/_links/properties/gbdBuurt/$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
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/bagHoofdadresVerblijfsobjectId/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/bedieningCode/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/bedieningCode/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/bedieningCode/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/eersteWeging/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/eersteWeging/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/fractieCode/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/fractieCode/format
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/geometrie/allOf/0/type - /properties/geometrie/allOf/0/required - /properties/geometrie/allOf/0/discriminator - /properties/geometrie/allOf/0/description
- Name
- unknown_keywords_prefix
- Message
- Future versions of JSON Schema will refuse to evaluate unknown keywords or custom keywords from optional vocabularies that don't have an x- prefix
- Pointers
- /properties/geometrie/allOf/0/discriminator
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/geometrie/allOf/0/properties/coordinates/description
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/geometrie/allOf/0/properties/type/enum - /properties/geometrie/allOf/0/properties/type/type
- Name
- enum_with_type
- Message
- Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types
- Pointers
- /properties/geometrie/allOf/1/properties/type/enum - /properties/geometrie/allOf/1/properties/type/type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /properties/geometrie/allOf/1/properties/type/enum
- 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/nettoGewicht/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/nettoGewicht/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/tweedeWeging/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/tweedeWeging/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
- 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/weegsysteemId/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/weegsysteemId/format
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/afvalcontainers-putten-en-weeggegevens--mrgfx6ng/huishoudelijkafvalweging",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "weging",
"properties": {
"_links": {
"description": "The contents of the `weging._links` field. It contains all relationships with objects.",
"properties": {
"bagHoofdadresVerblijfsobject": {
"$ref": "./bagverblijfsobjectenrawidentifier"
},
"bagNummeraanduiding": {
"$ref": "./bagnummeraanduidingenrawidentifier"
},
"bagOpenbareruimte": {
"$ref": "./bagopenbareruimtesrawidentifier"
},
"gbdBuurt": {
"$ref": "../_shared/gebiedenbuurtenrawidentifier"
},
"schema": {
"description": "The schema field is exposed with every record",
"format": "uri",
"readOnly": true,
"type": "string"
},
"self": {
"$ref": "./huishoudelijkafvalweginglink"
}
},
"required": [
"bagHoofdadresVerblijfsobject",
"bagNummeraanduiding",
"bagOpenbareruimte",
"gbdBuurt",
"schema",
"self"
],
"title": " links",
"type": "object"
},
"bagHoofdadresVerblijfsobjectId": {
"deprecated": true,
"description": "Een identificatiecode van een verblijfsobject is een authentiek gegeven en een unieke aanduiding van het verblijfsobject.",
"readOnly": true,
"title": "Object ID",
"type": [
"string",
"null"
]
},
"bagNummeraanduidingId": {
"deprecated": true,
"description": "Identificatie nummeraanduiding",
"readOnly": true,
"title": "Nummeraanduiding ID",
"type": [
"string",
"null"
]
},
"bagOpenbareruimteId": {
"deprecated": true,
"description": "Openbare ruimte identificatie",
"readOnly": true,
"title": "Openbare ruimte ID",
"type": [
"string",
"null"
]
},
"bedieningCode": {
"description": "Code van de wijze waarop de bediening van de weging heeft plaatsgevonden. Mogelijke waarden: 0 - Handmatig, 1 - Automatisch, 3 - onbekend.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"bedieningOmschrijving": {
"description": "Omschrijving van de wijze waarop de bediening van de weging heeft plaatsgevonden",
"type": [
"string",
"null"
]
},
"clusterId": {
"description": "Uniek identificerend kenmerk van cluster waaraan de container is gerelateerd",
"title": "Cluster ID",
"type": [
"string",
"null"
]
},
"clusterSubclusterIndicatie": {
"description": "Indicatie of het een cluster betreft dat is gesplitst door een weg",
"title": "Subcluster ID",
"type": [
"boolean",
"null"
]
},
"datumWeging": {
"description": "Datum wanneer de weging is uitgevoerd (yyyy-mm-dd)",
"format": "date",
"type": [
"string",
"null"
]
},
"eersteWeging": {
"description": "Eerste weging container: gewicht vol in Kg",
"format": "double",
"title": "Eerste weging gewicht",
"type": [
"number",
"null"
]
},
"fractieCode": {
"description": "Code afvalfractie zoals door Welvaarts is aangeleverd, 1: Rest, 2: Glas, 3: Papier, 4: Plastic, 5: Textiel, 6: GFT, 7: Grof, 8: PMD, 9: Brood, -99: Onbekend",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Afvalfractie soort code",
"type": [
"integer",
"null"
]
},
"fractieOmschrijving": {
"description": "Omschrijving afvalfractie zoals door Welvaarts is aangeleverd",
"title": "Afvalfractie soort omschrijving",
"type": [
"string",
"null"
]
},
"gbdBuurtId": {
"deprecated": true,
"description": "Unieke identificatie van het object",
"readOnly": true,
"title": "Gebied buurt",
"type": [
"string",
"null"
]
},
"geometrie": {
"allOf": [
{
"description": "GeoJSON geometry",
"discriminator": {
"propertyName": "type"
},
"properties": {
"coordinates": {
"description": "Based on the geometry type, a point or collection of points.",
"items": {
"type": "number"
},
"minItems": 2,
"type": "array"
},
"type": {
"description": "the geometry type",
"enum": [
"Point",
"LineString",
"Polygon",
"MultiPoint",
"MultiLineString",
"MultiPolygon"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"properties": {
"coordinates": {
"description": "Point in 3D space",
"items": {
"type": "number"
},
"maxItems": 3,
"minItems": 2,
"type": "array"
},
"type": {
"enum": [
"Point"
],
"type": "string"
}
}
}
],
"description": "GeoJSON geometry",
"type": "object"
},
"id": {
"description": "Uniek identificerend kenmerk weging. Deze is per container vastgelegd",
"title": "Weging ID",
"type": "string"
},
"locatienummer": {
"description": "Locatienummer (cluster) zoals door Welvaarts is aangeleverd",
"title": "Locatie nummer",
"type": [
"string",
"null"
]
},
"nettoGewicht": {
"description": "Netto gewicht van het ingezamelde afval van de container in Kg",
"format": "double",
"type": [
"number",
"null"
]
},
"tijdstipWeging": {
"description": "Tijdstip wanneer de weging is uitgevoerd (HH24:MI:SS)",
"format": "time",
"type": [
"string",
"null"
]
},
"tweedeWeging": {
"description": "Tweede weging container: gewicht vol in Kg",
"format": "double",
"title": "Tweede weging gewicht",
"type": [
"number",
"null"
]
},
"verwijderdDp": {
"description": "Indicatie of het object verwijderd is bij de bronhouder",
"title": "Geldigheid einddatumtijd",
"type": [
"boolean",
"null"
]
},
"volgnummer": {
"description": "Oplopende nummering wegingen per weegsysteem",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Weegsysteem volgnummer",
"type": [
"integer",
"null"
]
},
"weegsysteemId": {
"description": "Identificerend kenmerk weegsysteem (behorend bij voertuig)",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"title": "Weegsysteem ID",
"type": [
"integer",
"null"
]
},
"weegsysteemOmschrijving": {
"description": "Omschrijving van weegsysteem",
"type": [
"string",
"null"
]
},
"wegingKenteken": {
"description": "Het kenteken van het voertuig",
"title": "Kenteken",
"type": [
"string",
"null"
]
},
"wijzigingsdatumDp": {
"description": "Datum waarop het object is gewijzigd",
"format": "date-time",
"title": "Datumtijd aanmaak wijziging",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"bagHoofdadresVerblijfsobjectId",
"bagNummeraanduidingId",
"bagOpenbareruimteId",
"gbdBuurtId",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/huishoudelijkafval/openapi.json#/components/schemas/Huishoudelijkafvalweging"
]
}