- SourceMeta name
- afvalwijzeraccafvalwijzer
- Base dialect
- https://json-schema.org/draft/2020-12/schema
- SourceMeta dialect
- https://json-schema.org/draft/2020-12/schema
- Bytes
- 11.278 bytes
- Bytes bundled
- 12.280 bytes
- Health
- 68%
- 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
- /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/afvalwijzerAfvalkalenderFrequentie/description
- Name
- description_trim
- Message
- Descriptions should not contain leading or trailing whitespace
- Pointers
- /properties/afvalwijzerBasisroutetype/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/afvalwijzerButtontekst/description
- Name
- title_description_equal
- Message
- The title and description metadata keywords should not be set to the same value
- Pointers
- /properties/afvalwijzerFractieVolgorde/title - /properties/afvalwijzerFractieVolgorde/description
- Name
- unnecessary_allof_wrapper
- Message
- Keywords inside `allOf` that do not conflict with the parent schema can be elevated
- Pointers
- /properties/afvalwijzerGeometrie/allOf/0/type - /properties/afvalwijzerGeometrie/allOf/0/required - /properties/afvalwijzerGeometrie/allOf/0/discriminator - /properties/afvalwijzerGeometrie/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/afvalwijzerGeometrie/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/afvalwijzerGeometrie/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/afvalwijzerGeometrie/allOf/0/properties/type/enum - /properties/afvalwijzerGeometrie/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/afvalwijzerGeometrie/allOf/1/properties/type/enum - /properties/afvalwijzerGeometrie/allOf/1/properties/type/type
- Name
- enum_to_const
- Message
- An `enum` of a single value can be expressed as `const`
- Pointers
- /properties/afvalwijzerGeometrie/allOf/1/properties/type/enum
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/afvalwijzerPerXWeken/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/afvalwijzerUrl/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/afvalwijzerWaar/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/gebruiksdoelWoonfunctie/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/huisnummer/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/huisnummer/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/huisnummer/format
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/id/description
- Name
- description_trailing_period
- Message
- Descriptions should not end with a period to give user interfaces flexibility in presenting the text
- Pointers
- /properties/straatnaam/description
{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/gemeente-amsterdam/afvalwijzer-d6xlfx6ng/afvalwijzeraccafvalwijzer",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
"properties": {
"_links": {
"description": "The contents of the `accAfvalwijzer._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": "./afvalwijzeraccafvalwijzerlink"
}
},
"required": [
"schema",
"self"
],
"title": " links",
"type": "object"
},
"afvalwijzerAfvalkalenderFrequentie": {
"description": "De frequentie waarmee het afval opgehaald wordt.",
"title": "Afval ophalen frequentie",
"type": [
"string",
"null"
]
},
"afvalwijzerAfvalkalenderMelding": {
"description": "Aanvullende informatie over afwijkende ophaaldagen",
"title": "Afval ophalen afwijkende dagen omschrijving",
"type": [
"string",
"null"
]
},
"afvalwijzerAfvalkalenderOpmerking": {
"description": "Aanvullende opmerking over de manier van het aanbieden van het afval",
"title": "Afval wijze aanbieden omschrijving",
"type": [
"string",
"null"
]
},
"afvalwijzerAfvalkalenderTot": {
"description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
"format": "date-time",
"title": "Afval ophalen afwijkende dagen einddatum geldigheid",
"type": [
"string",
"null"
]
},
"afvalwijzerAfvalkalenderVan": {
"description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
"format": "date-time",
"title": "Afval ophalen afwijkende dagen startdatum geldigheid",
"type": [
"string",
"null"
]
},
"afvalwijzerBasisroutetype": {
"description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. ",
"title": "Basisroute type",
"type": [
"string",
"null"
]
},
"afvalwijzerBasisroutetypeCode": {
"description": "Nadere aanduiding van het type van de afval basisroute",
"title": "Afval basisroute type code",
"type": [
"string",
"null"
]
},
"afvalwijzerBasisroutetypeId": {
"description": "De unieke identificatie van de basisroutetype afval ophalen",
"title": "Afval basisroute type ID",
"type": [
"string",
"null"
]
},
"afvalwijzerBasisroutetypeOmschrijving": {
"description": "De omschrijving van het type van de basisroute",
"title": "Afval basisroute type omschrijving",
"type": [
"string",
"null"
]
},
"afvalwijzerBuitenzetten": {
"description": "De tijdslot wanneer de afval buiten gezet mag worden",
"title": "De tijdstip buitenzetten",
"type": [
"string",
"null"
]
},
"afvalwijzerBuitenzettenTot": {
"description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden",
"title": "Afval buitenzetten tot omschrijving",
"type": [
"string",
"null"
]
},
"afvalwijzerBuitenzettenVanaf": {
"description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden",
"title": "Afval buitenzetten vanaf omschrijving",
"type": [
"string",
"null"
]
},
"afvalwijzerBuitenzettenVanafTot": {
"description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden",
"title": "Afval buitenzetten vanaf tot",
"type": [
"string",
"null"
]
},
"afvalwijzerButtontekst": {
"description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten.",
"title": "Buttontekst",
"type": [
"string",
"null"
]
},
"afvalwijzerFractieCode": {
"description": "Nadere typering van het soort afval",
"title": "Afval fractiesoort code",
"type": [
"string",
"null"
]
},
"afvalwijzerFractieNaam": {
"description": "Omschrijving van het soort afval",
"title": "Afval fractiesoort naam",
"type": [
"string",
"null"
]
},
"afvalwijzerFractieVolgorde": {
"description": "Volgorde van de fractie",
"title": "Volgorde van de fractie",
"type": [
"string",
"null"
]
},
"afvalwijzerFractiecodeActief": {
"description": "Geeft aan of de fractiecode actief of niet is",
"title": "Afval fractiecode status",
"type": [
"boolean",
"null"
]
},
"afvalwijzerGeometrie": {
"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"
},
"afvalwijzerInstructie": {
"description": "Instructie die aangeeft hoe het afval aangeboden mag worden",
"title": "Afval aanbod instructie omschrijving",
"type": [
"string",
"null"
]
},
"afvalwijzerInstructie2": {
"description": "Aanvullende afval ophaalinstructie",
"title": "Afval aanvullende ophaalinstructie informatie",
"type": [
"string",
"null"
]
},
"afvalwijzerInzamelgebiedCode": {
"description": "Nadere aanduiding van het inzamelgebied",
"title": "Afval inzamelgebied code",
"type": [
"string",
"null"
]
},
"afvalwijzerInzamelgebiedNaam": {
"description": "De naam van het inzamelgebied",
"title": "Afval inzamelgebied naam",
"type": [
"string",
"null"
]
},
"afvalwijzerOphaaldagen": {
"description": "Omschrijving van de dagen waarop het afval wordt opgehaald",
"items": {
"title": "Afvalwijzer ophaaldagen",
"type": "string"
},
"title": "Afval ophaaldagen omschrijving",
"type": [
"array",
"null"
]
},
"afvalwijzerOphaaldagen2": {
"description": "Aanvullende informatie over de ophaaldagen",
"items": {
"title": "Afvalwijzer ophaaldagen 2",
"type": "string"
},
"title": "Afval aanvullende ophaaldagen informatie",
"type": [
"array",
"null"
]
},
"afvalwijzerPerXWeken": {
"description": "Het interval in weken waarmee deze basisroute ingepland moet worden.",
"title": "Afval basisroute interval",
"type": [
"string",
"null"
]
},
"afvalwijzerRoutenaam": {
"description": "De naam van de basisroute",
"title": "Afval ophaalroute naam",
"type": [
"string",
"null"
]
},
"afvalwijzerRoutetypeNaam": {
"description": "De naam van de basisroute",
"title": "Afval basisroute naam",
"type": [
"string",
"null"
]
},
"afvalwijzerUrl": {
"description": "URL die verwijst naar externe of interne websites voor relevante informatie.",
"title": "Link naar aanvullende informatie",
"type": [
"string",
"null"
]
},
"afvalwijzerWaar": {
"description": "Informatie over de plek waar het afval gezet mag worden.",
"title": "Afval plaatslocatie omschrijving",
"type": [
"string",
"null"
]
},
"bagNummeraanduidingId": {
"description": "Identificatie nummeraanduiding",
"title": "BAG Nummeraanduiding ID",
"type": [
"string",
"null"
]
},
"gbdBuurtCode": {
"description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)",
"title": "Gebied buurt code",
"type": [
"string",
"null"
]
},
"gbdBuurtId": {
"description": "Unieke identificatie van het object",
"title": "Gebied buurt ID",
"type": [
"string",
"null"
]
},
"gebruiksdoelWoonfunctie": {
"description": "De aanduiding of het gebruiksdoel een woonfunctie betreft, wijkt bij de Afvalwijzer af van het BAG-gebruiksdoel. Voor de Afvalwijzer wordt het gebruiksdoel woonfunctie bepaald op basis van de indicatoren in de BAG Verblijfsobjecten en de WOZ-objecten tabel.",
"title": "Gebruiksdoel woonfunctie code",
"type": [
"boolean",
"null"
]
},
"huisletter": {
"description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende toevoeging aan een huisnummer in de vorm van een alfanumeriek teken",
"type": [
"string",
"null"
]
},
"huisnummer": {
"description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering.",
"format": "int64",
"maximum": 9223372036854776000,
"minimum": -9223372036854776000,
"type": [
"integer",
"null"
]
},
"huisnummertoevoeging": {
"description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nadere toevoeging aan een huisnummer of een combinatie van huisnummer en huisletter",
"type": [
"string",
"null"
]
},
"id": {
"description": "Unieke aanduiding van het record.",
"type": "string"
},
"postcode": {
"description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters",
"type": [
"string",
"null"
]
},
"statusAdres": {
"description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt",
"type": [
"string",
"null"
]
},
"straatnaam": {
"description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden.",
"type": [
"string",
"null"
]
},
"woonplaatsnaam": {
"description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied",
"title": "Woonplaats naam",
"type": [
"string",
"null"
]
}
},
"required": [
"_links",
"id"
],
"type": "object",
"x-derived-from": [
"https://api.data.amsterdam.nl/v1/afvalwijzer/openapi.json#/components/schemas/Afvalwijzeracc_afvalwijzer"
]
}