{
  "openapi": "3.0.3",
  "info": {
    "title": "Afvalwijzer",
    "version": "1.0.0",
    "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
    "termsOfService": "https://data.amsterdam.nl/",
    "contact": {
      "email": "datapunt@amsterdam.nl"
    },
    "license": {
      "name": "Creative Commons, Naamsvermelding"
    }
  },
  "servers": [
    {
      "url": "https://api.data.amsterdam.nl/"
    }
  ],
  "security": [
    {
      "oauth2": []
    }
  ],
  "externalDocs": {
    "description": "API Usage Documentation",
    "url": "https://api.data.amsterdam.nl/v1/docs/datasets/afvalwijzer.html"
  },
  "paths": {
    "/acc_afvalwijzer": {
      "get": {
        "operationId": "afvalwijzer_acc_afvalwijzer_list",
        "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
        "parameters": [
          {
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Accept-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Content-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            },
            "description": "Api Key for statistical purposes, not for authentication"
          },
          {
            "name": "_count",
            "required": false,
            "in": "query",
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "type": "string",
              "enum": [
                "id",
                "title",
                "none"
              ]
            },
            "description": "Specify type of header for csv file"
          },
          {
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "type": "string",
              "enum": [
                ",",
                ";"
              ]
            },
            "description": "Specify type of separator for csv file"
          },
          {
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            },
            "description": "Allow to expand relations."
          },
          {
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            },
            "description": "Comma separated list of named relations to expand."
          },
          {
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            },
            "description": "Comma-separated list of fields to display"
          },
          {
            "in": "query",
            "name": "_format",
            "schema": {
              "type": "string",
              "enum": [
                "json",
                "csv",
                "geojson"
              ]
            },
            "description": "Select the export format"
          },
          {
            "name": "_pageSize",
            "required": false,
            "in": "query",
            "description": "Number of results to return per page.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "_sort",
            "required": false,
            "in": "query",
            "description": "Which field to use when ordering the results.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie",
            "in": "query",
            "description": "De frequentie waarmee het afval opgehaald wordt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding",
            "in": "query",
            "description": "Aanvullende informatie over afwijkende ophaaldagen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking",
            "in": "query",
            "description": "Aanvullende opmerking over de manier van het aanbieden van het afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot",
            "in": "query",
            "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan",
            "in": "query",
            "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetype",
            "in": "query",
            "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. ",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode",
            "in": "query",
            "description": "Nadere aanduiding van het type van de afval basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId",
            "in": "query",
            "description": "De unieke identificatie van de basisroutetype afval ophalen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving",
            "in": "query",
            "description": "De omschrijving van het type van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzetten",
            "in": "query",
            "description": "De tijdslot wanneer de afval buiten gezet mag worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot",
            "in": "query",
            "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenTot[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf",
            "in": "query",
            "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot",
            "in": "query",
            "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzetten[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerButtontekst",
            "in": "query",
            "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerButtontekst[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerButtontekst[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerButtontekst[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerButtontekst[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerButtontekst[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieCode",
            "in": "query",
            "description": "Nadere typering van het soort afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieNaam",
            "in": "query",
            "description": "Omschrijving van het soort afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde",
            "in": "query",
            "description": "Volgorde van de fractie",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieVolgorde[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractiecodeActief",
            "in": "query",
            "description": "Geeft aan of de fractiecode actief of niet is",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractiecodeActief[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerGeometrie",
            "in": "query",
            "description": "Geometrie van het type POINT van het adres in RD stelsel (epsg:28992)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[intersects]",
            "in": "query",
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[not]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie",
            "in": "query",
            "description": "Instructie die aangeeft hoe het afval aangeboden mag worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2",
            "in": "query",
            "description": "Aanvullende afval ophaalinstructie",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInstructie2[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie2[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie2[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInstructie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInstructie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode",
            "in": "query",
            "description": "Nadere aanduiding van het inzamelgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam",
            "in": "query",
            "description": "De naam van het inzamelgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerOphaaldagen",
            "in": "query",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2",
            "in": "query",
            "description": "Aanvullende informatie over de ophaaldagen",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2[contains]",
            "in": "query",
            "description": "Matches values from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen[contains]",
            "in": "query",
            "description": "Matches values from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerPerXWeken",
            "in": "query",
            "description": "Het interval in weken waarmee deze basisroute ingepland moet worden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerPerXWeken[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerRoutenaam",
            "in": "query",
            "description": "De naam van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerRoutenaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam",
            "in": "query",
            "description": "De naam van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerRoutetypeNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerUrl",
            "in": "query",
            "description": "URL die verwijst naar externe of interne websites voor relevante informatie.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerUrl[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerUrl[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerUrl[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerUrl[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerUrl[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerWaar",
            "in": "query",
            "description": "Informatie over de plek waar het afval gezet mag worden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerWaar[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerWaar[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerWaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerWaar[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerWaar[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagNummeraanduidingId",
            "in": "query",
            "description": "Identificatie nummeraanduiding",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagNummeraanduidingId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "bagNummeraanduidingId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagNummeraanduidingId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagNummeraanduidingId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagNummeraanduidingId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtCode",
            "in": "query",
            "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gbdBuurtCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtId",
            "in": "query",
            "description": "Unieke identificatie van het object",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gbdBuurtId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gebruiksdoelWoonfunctie",
            "in": "query",
            "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.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gebruiksdoelWoonfunctie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter",
            "in": "query",
            "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",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisletter[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisletter[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisletter[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "huisnummer",
            "in": "query",
            "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "huisnummertoevoeging",
            "in": "query",
            "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",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisnummertoevoeging[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisnummertoevoeging[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummertoevoeging[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummertoevoeging[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisnummertoevoeging[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke aanduiding van het record.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "id[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "postcode",
            "in": "query",
            "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "postcode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "postcode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "postcode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "postcode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "postcode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "statusAdres",
            "in": "query",
            "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusAdres[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "statusAdres[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "statusAdres[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "statusAdres[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusAdres[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "straatnaam",
            "in": "query",
            "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "straatnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "straatnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "straatnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "straatnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "straatnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "woonplaatsnaam",
            "in": "query",
            "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "woonplaatsnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "woonplaatsnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "woonplaatsnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "woonplaatsnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "woonplaatsnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "acc_afvalwijzer"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "acc_afvalwijzer": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to accAfvalwijzer.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het record."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het record."
                              },
                              "straatnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                              },
                              "huisnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                              },
                              "huisletter": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "huisnummertoevoeging": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "postcode": {
                                "type": "string",
                                "nullable": true,
                                "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                              },
                              "woonplaatsnaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Woonplaats naam",
                                "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                              },
                              "statusAdres": {
                                "type": "string",
                                "nullable": true,
                                "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                              },
                              "gebruiksdoelWoonfunctie": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Gebruiksdoel woonfunctie code",
                                "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."
                              },
                              "afvalwijzerInstructie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanbod instructie omschrijving",
                                "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                              },
                              "afvalwijzerBasisroutetypeId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type ID",
                                "description": "De unieke identificatie van de basisroutetype afval ophalen"
                              },
                              "afvalwijzerRoutenaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaalroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerPerXWeken": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute interval",
                                "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                              },
                              "afvalwijzerBuitenzettenVanafTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf tot",
                                "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenVanaf": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf omschrijving",
                                "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten tot omschrijving",
                                "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerAfvalkalenderOpmerking": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval wijze aanbieden omschrijving",
                                "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                              },
                              "afvalwijzerAfvalkalenderFrequentie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen frequentie",
                                "description": "De frequentie waarmee het afval opgehaald wordt."
                              },
                              "afvalwijzerFractieNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort naam",
                                "description": "Omschrijving van het soort afval"
                              },
                              "afvalwijzerFractieCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort code",
                                "description": "Nadere typering van het soort afval"
                              },
                              "afvalwijzerRoutetypeNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerOphaaldagen": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen"
                                },
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerAfvalkalenderMelding": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen omschrijving",
                                "description": "Aanvullende informatie over afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderVan": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                                "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderTot": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                                "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerBasisroutetype": {
                                "type": "string",
                                "nullable": true,
                                "title": "Basisroute type",
                                "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                              },
                              "afvalwijzerBasisroutetypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type omschrijving",
                                "description": "De omschrijving van het type van de basisroute"
                              },
                              "afvalwijzerBasisroutetypeCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type code",
                                "description": "Nadere aanduiding van het type van de afval basisroute"
                              },
                              "afvalwijzerGeometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "description": "the geometry type"
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "minItems": 2,
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point"
                                        ]
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "description": "Point in 3D space",
                                        "minItems": 2,
                                        "maxItems": 3,
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "afvalwijzerInstructie2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaalinstructie informatie",
                                "description": "Aanvullende afval ophaalinstructie"
                              },
                              "afvalwijzerOphaaldagen2": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen 2"
                                },
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerWaar": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval plaatslocatie omschrijving",
                                "description": "Informatie over de plek waar het afval gezet mag worden."
                              },
                              "afvalwijzerBuitenzetten": {
                                "type": "string",
                                "nullable": true,
                                "title": "De tijdstip buitenzetten",
                                "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                              },
                              "afvalwijzerButtontekst": {
                                "type": "string",
                                "nullable": true,
                                "title": "Buttontekst",
                                "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                              },
                              "afvalwijzerUrl": {
                                "type": "string",
                                "nullable": true,
                                "title": "Link naar aanvullende informatie",
                                "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                              },
                              "bagNummeraanduidingId": {
                                "type": "string",
                                "nullable": true,
                                "title": "BAG Nummeraanduiding ID",
                                "description": "Identificatie nummeraanduiding"
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt ID",
                                "description": "Unieke identificatie van het object"
                              },
                              "gbdBuurtCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt code",
                                "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                              },
                              "afvalwijzerInzamelgebiedNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied naam",
                                "description": "De naam van het inzamelgebied"
                              },
                              "afvalwijzerInzamelgebiedCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied code",
                                "description": "Nadere aanduiding van het inzamelgebied"
                              },
                              "afvalwijzerFractiecodeActief": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Afval fractiecode status",
                                "description": "Geeft aan of de fractiecode actief of niet is"
                              },
                              "afvalwijzerFractieVolgorde": {
                                "type": "string",
                                "nullable": true,
                                "title": "Volgorde van de fractie",
                                "description": "Volgorde van de fractie"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "acc_afvalwijzer": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to accAfvalwijzer.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het record."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het record."
                              },
                              "straatnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                              },
                              "huisnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                              },
                              "huisletter": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "huisnummertoevoeging": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "postcode": {
                                "type": "string",
                                "nullable": true,
                                "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                              },
                              "woonplaatsnaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Woonplaats naam",
                                "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                              },
                              "statusAdres": {
                                "type": "string",
                                "nullable": true,
                                "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                              },
                              "gebruiksdoelWoonfunctie": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Gebruiksdoel woonfunctie code",
                                "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."
                              },
                              "afvalwijzerInstructie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanbod instructie omschrijving",
                                "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                              },
                              "afvalwijzerBasisroutetypeId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type ID",
                                "description": "De unieke identificatie van de basisroutetype afval ophalen"
                              },
                              "afvalwijzerRoutenaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaalroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerPerXWeken": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute interval",
                                "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                              },
                              "afvalwijzerBuitenzettenVanafTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf tot",
                                "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenVanaf": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf omschrijving",
                                "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten tot omschrijving",
                                "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerAfvalkalenderOpmerking": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval wijze aanbieden omschrijving",
                                "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                              },
                              "afvalwijzerAfvalkalenderFrequentie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen frequentie",
                                "description": "De frequentie waarmee het afval opgehaald wordt."
                              },
                              "afvalwijzerFractieNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort naam",
                                "description": "Omschrijving van het soort afval"
                              },
                              "afvalwijzerFractieCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort code",
                                "description": "Nadere typering van het soort afval"
                              },
                              "afvalwijzerRoutetypeNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerOphaaldagen": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen"
                                },
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerAfvalkalenderMelding": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen omschrijving",
                                "description": "Aanvullende informatie over afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderVan": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                                "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderTot": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                                "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerBasisroutetype": {
                                "type": "string",
                                "nullable": true,
                                "title": "Basisroute type",
                                "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                              },
                              "afvalwijzerBasisroutetypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type omschrijving",
                                "description": "De omschrijving van het type van de basisroute"
                              },
                              "afvalwijzerBasisroutetypeCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type code",
                                "description": "Nadere aanduiding van het type van de afval basisroute"
                              },
                              "afvalwijzerGeometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "description": "the geometry type"
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "minItems": 2,
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point"
                                        ]
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "description": "Point in 3D space",
                                        "minItems": 2,
                                        "maxItems": 3,
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "afvalwijzerInstructie2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaalinstructie informatie",
                                "description": "Aanvullende afval ophaalinstructie"
                              },
                              "afvalwijzerOphaaldagen2": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen 2"
                                },
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerWaar": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval plaatslocatie omschrijving",
                                "description": "Informatie over de plek waar het afval gezet mag worden."
                              },
                              "afvalwijzerBuitenzetten": {
                                "type": "string",
                                "nullable": true,
                                "title": "De tijdstip buitenzetten",
                                "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                              },
                              "afvalwijzerButtontekst": {
                                "type": "string",
                                "nullable": true,
                                "title": "Buttontekst",
                                "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                              },
                              "afvalwijzerUrl": {
                                "type": "string",
                                "nullable": true,
                                "title": "Link naar aanvullende informatie",
                                "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                              },
                              "bagNummeraanduidingId": {
                                "type": "string",
                                "nullable": true,
                                "title": "BAG Nummeraanduiding ID",
                                "description": "Identificatie nummeraanduiding"
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt ID",
                                "description": "Unieke identificatie van het object"
                              },
                              "gbdBuurtCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt code",
                                "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                              },
                              "afvalwijzerInzamelgebiedNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied naam",
                                "description": "De naam van het inzamelgebied"
                              },
                              "afvalwijzerInzamelgebiedCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied code",
                                "description": "Nadere aanduiding van het inzamelgebied"
                              },
                              "afvalwijzerFractiecodeActief": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Afval fractiecode status",
                                "description": "Geeft aan of de fractiecode actief of niet is"
                              },
                              "afvalwijzerFractieVolgorde": {
                                "type": "string",
                                "nullable": true,
                                "title": "Volgorde van de fractie",
                                "description": "Volgorde van de fractie"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "acc_afvalwijzer": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to accAfvalwijzer.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het record."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het record."
                              },
                              "straatnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                              },
                              "huisnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                              },
                              "huisletter": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "huisnummertoevoeging": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "postcode": {
                                "type": "string",
                                "nullable": true,
                                "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                              },
                              "woonplaatsnaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Woonplaats naam",
                                "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                              },
                              "statusAdres": {
                                "type": "string",
                                "nullable": true,
                                "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                              },
                              "gebruiksdoelWoonfunctie": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Gebruiksdoel woonfunctie code",
                                "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."
                              },
                              "afvalwijzerInstructie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanbod instructie omschrijving",
                                "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                              },
                              "afvalwijzerBasisroutetypeId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type ID",
                                "description": "De unieke identificatie van de basisroutetype afval ophalen"
                              },
                              "afvalwijzerRoutenaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaalroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerPerXWeken": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute interval",
                                "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                              },
                              "afvalwijzerBuitenzettenVanafTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf tot",
                                "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenVanaf": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf omschrijving",
                                "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten tot omschrijving",
                                "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerAfvalkalenderOpmerking": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval wijze aanbieden omschrijving",
                                "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                              },
                              "afvalwijzerAfvalkalenderFrequentie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen frequentie",
                                "description": "De frequentie waarmee het afval opgehaald wordt."
                              },
                              "afvalwijzerFractieNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort naam",
                                "description": "Omschrijving van het soort afval"
                              },
                              "afvalwijzerFractieCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort code",
                                "description": "Nadere typering van het soort afval"
                              },
                              "afvalwijzerRoutetypeNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerOphaaldagen": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen"
                                },
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerAfvalkalenderMelding": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen omschrijving",
                                "description": "Aanvullende informatie over afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderVan": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                                "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderTot": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                                "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerBasisroutetype": {
                                "type": "string",
                                "nullable": true,
                                "title": "Basisroute type",
                                "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                              },
                              "afvalwijzerBasisroutetypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type omschrijving",
                                "description": "De omschrijving van het type van de basisroute"
                              },
                              "afvalwijzerBasisroutetypeCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type code",
                                "description": "Nadere aanduiding van het type van de afval basisroute"
                              },
                              "afvalwijzerGeometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "description": "the geometry type"
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "minItems": 2,
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point"
                                        ]
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "description": "Point in 3D space",
                                        "minItems": 2,
                                        "maxItems": 3,
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "afvalwijzerInstructie2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaalinstructie informatie",
                                "description": "Aanvullende afval ophaalinstructie"
                              },
                              "afvalwijzerOphaaldagen2": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen 2"
                                },
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerWaar": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval plaatslocatie omschrijving",
                                "description": "Informatie over de plek waar het afval gezet mag worden."
                              },
                              "afvalwijzerBuitenzetten": {
                                "type": "string",
                                "nullable": true,
                                "title": "De tijdstip buitenzetten",
                                "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                              },
                              "afvalwijzerButtontekst": {
                                "type": "string",
                                "nullable": true,
                                "title": "Buttontekst",
                                "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                              },
                              "afvalwijzerUrl": {
                                "type": "string",
                                "nullable": true,
                                "title": "Link naar aanvullende informatie",
                                "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                              },
                              "bagNummeraanduidingId": {
                                "type": "string",
                                "nullable": true,
                                "title": "BAG Nummeraanduiding ID",
                                "description": "Identificatie nummeraanduiding"
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt ID",
                                "description": "Unieke identificatie van het object"
                              },
                              "gbdBuurtCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt code",
                                "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                              },
                              "afvalwijzerInzamelgebiedNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied naam",
                                "description": "De naam van het inzamelgebied"
                              },
                              "afvalwijzerInzamelgebiedCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied code",
                                "description": "Nadere aanduiding van het inzamelgebied"
                              },
                              "afvalwijzerFractiecodeActief": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Afval fractiecode status",
                                "description": "Geeft aan of de fractiecode actief of niet is"
                              },
                              "afvalwijzerFractieVolgorde": {
                                "type": "string",
                                "nullable": true,
                                "title": "Volgorde van de fractie",
                                "description": "Volgorde van de fractie"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/acc_afvalwijzer/{id}": {
      "get": {
        "operationId": "afvalwijzer_acc_afvalwijzer_retrieve",
        "parameters": [
          {
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Accept-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Content-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            },
            "description": "Api Key for statistical purposes, not for authentication"
          },
          {
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "type": "string",
              "enum": [
                "id",
                "title",
                "none"
              ]
            },
            "description": "Specify type of header for csv file"
          },
          {
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "type": "string",
              "enum": [
                ",",
                ";"
              ]
            },
            "description": "Specify type of separator for csv file"
          },
          {
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            },
            "description": "Allow to expand relations."
          },
          {
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            },
            "description": "Comma separated list of named relations to expand."
          },
          {
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            },
            "description": "Comma-separated list of fields to display"
          },
          {
            "in": "query",
            "name": "_format",
            "schema": {
              "type": "string",
              "enum": [
                "json",
                "csv",
                "geojson"
              ]
            },
            "description": "Select the export format"
          },
          {
            "name": "_sort",
            "required": false,
            "in": "query",
            "description": "Which field to use when ordering the results.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie",
            "in": "query",
            "description": "De frequentie waarmee het afval opgehaald wordt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding",
            "in": "query",
            "description": "Aanvullende informatie over afwijkende ophaaldagen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking",
            "in": "query",
            "description": "Aanvullende opmerking over de manier van het aanbieden van het afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot",
            "in": "query",
            "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan",
            "in": "query",
            "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetype",
            "in": "query",
            "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. ",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode",
            "in": "query",
            "description": "Nadere aanduiding van het type van de afval basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId",
            "in": "query",
            "description": "De unieke identificatie van de basisroutetype afval ophalen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving",
            "in": "query",
            "description": "De omschrijving van het type van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzetten",
            "in": "query",
            "description": "De tijdslot wanneer de afval buiten gezet mag worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot",
            "in": "query",
            "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenTot[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf",
            "in": "query",
            "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot",
            "in": "query",
            "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzetten[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerButtontekst",
            "in": "query",
            "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerButtontekst[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerButtontekst[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerButtontekst[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerButtontekst[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerButtontekst[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieCode",
            "in": "query",
            "description": "Nadere typering van het soort afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieNaam",
            "in": "query",
            "description": "Omschrijving van het soort afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde",
            "in": "query",
            "description": "Volgorde van de fractie",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieVolgorde[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieVolgorde[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractiecodeActief",
            "in": "query",
            "description": "Geeft aan of de fractiecode actief of niet is",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractiecodeActief[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerGeometrie",
            "in": "query",
            "description": "Geometrie van het type POINT van het adres in RD stelsel (epsg:28992)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[intersects]",
            "in": "query",
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[not]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie",
            "in": "query",
            "description": "Instructie die aangeeft hoe het afval aangeboden mag worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2",
            "in": "query",
            "description": "Aanvullende afval ophaalinstructie",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInstructie2[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie2[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie2[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInstructie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInstructie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode",
            "in": "query",
            "description": "Nadere aanduiding van het inzamelgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam",
            "in": "query",
            "description": "De naam van het inzamelgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerOphaaldagen",
            "in": "query",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2",
            "in": "query",
            "description": "Aanvullende informatie over de ophaaldagen",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2[contains]",
            "in": "query",
            "description": "Matches values from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen[contains]",
            "in": "query",
            "description": "Matches values from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerPerXWeken",
            "in": "query",
            "description": "Het interval in weken waarmee deze basisroute ingepland moet worden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerPerXWeken[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerRoutenaam",
            "in": "query",
            "description": "De naam van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerRoutenaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam",
            "in": "query",
            "description": "De naam van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerRoutetypeNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerUrl",
            "in": "query",
            "description": "URL die verwijst naar externe of interne websites voor relevante informatie.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerUrl[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerUrl[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerUrl[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerUrl[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerUrl[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerWaar",
            "in": "query",
            "description": "Informatie over de plek waar het afval gezet mag worden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerWaar[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerWaar[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerWaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerWaar[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerWaar[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagNummeraanduidingId",
            "in": "query",
            "description": "Identificatie nummeraanduiding",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagNummeraanduidingId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "bagNummeraanduidingId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagNummeraanduidingId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagNummeraanduidingId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagNummeraanduidingId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtCode",
            "in": "query",
            "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gbdBuurtCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtId",
            "in": "query",
            "description": "Unieke identificatie van het object",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gbdBuurtId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gebruiksdoelWoonfunctie",
            "in": "query",
            "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.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gebruiksdoelWoonfunctie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter",
            "in": "query",
            "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",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisletter[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisletter[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisletter[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "huisnummer",
            "in": "query",
            "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "huisnummertoevoeging",
            "in": "query",
            "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",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisnummertoevoeging[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisnummertoevoeging[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummertoevoeging[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummertoevoeging[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisnummertoevoeging[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "required": true
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke aanduiding van het record.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "id[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "postcode",
            "in": "query",
            "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "postcode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "postcode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "postcode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "postcode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "postcode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "statusAdres",
            "in": "query",
            "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusAdres[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "statusAdres[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "statusAdres[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "statusAdres[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusAdres[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "straatnaam",
            "in": "query",
            "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "straatnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "straatnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "straatnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "straatnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "straatnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "woonplaatsnaam",
            "in": "query",
            "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "woonplaatsnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "woonplaatsnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "woonplaatsnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "woonplaatsnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "woonplaatsnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "acc_afvalwijzer"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to accAfvalwijzer.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het record."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het record."
                    },
                    "straatnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                    },
                    "huisnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                    },
                    "huisletter": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "huisnummertoevoeging": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "postcode": {
                      "type": "string",
                      "nullable": true,
                      "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                    },
                    "woonplaatsnaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Woonplaats naam",
                      "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                    },
                    "statusAdres": {
                      "type": "string",
                      "nullable": true,
                      "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                    },
                    "gebruiksdoelWoonfunctie": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Gebruiksdoel woonfunctie code",
                      "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."
                    },
                    "afvalwijzerInstructie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanbod instructie omschrijving",
                      "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                    },
                    "afvalwijzerBasisroutetypeId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type ID",
                      "description": "De unieke identificatie van de basisroutetype afval ophalen"
                    },
                    "afvalwijzerRoutenaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaalroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerPerXWeken": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute interval",
                      "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                    },
                    "afvalwijzerBuitenzettenVanafTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf tot",
                      "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenVanaf": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf omschrijving",
                      "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten tot omschrijving",
                      "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerAfvalkalenderOpmerking": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval wijze aanbieden omschrijving",
                      "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                    },
                    "afvalwijzerAfvalkalenderFrequentie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen frequentie",
                      "description": "De frequentie waarmee het afval opgehaald wordt."
                    },
                    "afvalwijzerFractieNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort naam",
                      "description": "Omschrijving van het soort afval"
                    },
                    "afvalwijzerFractieCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort code",
                      "description": "Nadere typering van het soort afval"
                    },
                    "afvalwijzerRoutetypeNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerOphaaldagen": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen"
                      },
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerAfvalkalenderMelding": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen omschrijving",
                      "description": "Aanvullende informatie over afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderVan": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                      "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderTot": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                      "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerBasisroutetype": {
                      "type": "string",
                      "nullable": true,
                      "title": "Basisroute type",
                      "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                    },
                    "afvalwijzerBasisroutetypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type omschrijving",
                      "description": "De omschrijving van het type van de basisroute"
                    },
                    "afvalwijzerBasisroutetypeCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type code",
                      "description": "Nadere aanduiding van het type van de afval basisroute"
                    },
                    "afvalwijzerGeometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "allOf": [
                        {
                          "type": "object",
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "required": [
                            "type"
                          ],
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "description": "the geometry type"
                            },
                            "coordinates": {
                              "type": "array",
                              "minItems": 2,
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        {
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point"
                              ]
                            },
                            "coordinates": {
                              "type": "array",
                              "description": "Point in 3D space",
                              "minItems": 2,
                              "maxItems": 3,
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      ]
                    },
                    "afvalwijzerInstructie2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaalinstructie informatie",
                      "description": "Aanvullende afval ophaalinstructie"
                    },
                    "afvalwijzerOphaaldagen2": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen 2"
                      },
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerWaar": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval plaatslocatie omschrijving",
                      "description": "Informatie over de plek waar het afval gezet mag worden."
                    },
                    "afvalwijzerBuitenzetten": {
                      "type": "string",
                      "nullable": true,
                      "title": "De tijdstip buitenzetten",
                      "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                    },
                    "afvalwijzerButtontekst": {
                      "type": "string",
                      "nullable": true,
                      "title": "Buttontekst",
                      "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                    },
                    "afvalwijzerUrl": {
                      "type": "string",
                      "nullable": true,
                      "title": "Link naar aanvullende informatie",
                      "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                    },
                    "bagNummeraanduidingId": {
                      "type": "string",
                      "nullable": true,
                      "title": "BAG Nummeraanduiding ID",
                      "description": "Identificatie nummeraanduiding"
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt ID",
                      "description": "Unieke identificatie van het object"
                    },
                    "gbdBuurtCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt code",
                      "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                    },
                    "afvalwijzerInzamelgebiedNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied naam",
                      "description": "De naam van het inzamelgebied"
                    },
                    "afvalwijzerInzamelgebiedCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied code",
                      "description": "Nadere aanduiding van het inzamelgebied"
                    },
                    "afvalwijzerFractiecodeActief": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Afval fractiecode status",
                      "description": "Geeft aan of de fractiecode actief of niet is"
                    },
                    "afvalwijzerFractieVolgorde": {
                      "type": "string",
                      "nullable": true,
                      "title": "Volgorde van de fractie",
                      "description": "Volgorde van de fractie"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to accAfvalwijzer.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het record."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het record."
                    },
                    "straatnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                    },
                    "huisnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                    },
                    "huisletter": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "huisnummertoevoeging": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "postcode": {
                      "type": "string",
                      "nullable": true,
                      "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                    },
                    "woonplaatsnaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Woonplaats naam",
                      "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                    },
                    "statusAdres": {
                      "type": "string",
                      "nullable": true,
                      "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                    },
                    "gebruiksdoelWoonfunctie": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Gebruiksdoel woonfunctie code",
                      "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."
                    },
                    "afvalwijzerInstructie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanbod instructie omschrijving",
                      "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                    },
                    "afvalwijzerBasisroutetypeId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type ID",
                      "description": "De unieke identificatie van de basisroutetype afval ophalen"
                    },
                    "afvalwijzerRoutenaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaalroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerPerXWeken": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute interval",
                      "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                    },
                    "afvalwijzerBuitenzettenVanafTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf tot",
                      "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenVanaf": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf omschrijving",
                      "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten tot omschrijving",
                      "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerAfvalkalenderOpmerking": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval wijze aanbieden omschrijving",
                      "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                    },
                    "afvalwijzerAfvalkalenderFrequentie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen frequentie",
                      "description": "De frequentie waarmee het afval opgehaald wordt."
                    },
                    "afvalwijzerFractieNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort naam",
                      "description": "Omschrijving van het soort afval"
                    },
                    "afvalwijzerFractieCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort code",
                      "description": "Nadere typering van het soort afval"
                    },
                    "afvalwijzerRoutetypeNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerOphaaldagen": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen"
                      },
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerAfvalkalenderMelding": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen omschrijving",
                      "description": "Aanvullende informatie over afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderVan": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                      "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderTot": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                      "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerBasisroutetype": {
                      "type": "string",
                      "nullable": true,
                      "title": "Basisroute type",
                      "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                    },
                    "afvalwijzerBasisroutetypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type omschrijving",
                      "description": "De omschrijving van het type van de basisroute"
                    },
                    "afvalwijzerBasisroutetypeCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type code",
                      "description": "Nadere aanduiding van het type van de afval basisroute"
                    },
                    "afvalwijzerGeometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "allOf": [
                        {
                          "type": "object",
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "required": [
                            "type"
                          ],
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "description": "the geometry type"
                            },
                            "coordinates": {
                              "type": "array",
                              "minItems": 2,
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        {
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point"
                              ]
                            },
                            "coordinates": {
                              "type": "array",
                              "description": "Point in 3D space",
                              "minItems": 2,
                              "maxItems": 3,
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      ]
                    },
                    "afvalwijzerInstructie2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaalinstructie informatie",
                      "description": "Aanvullende afval ophaalinstructie"
                    },
                    "afvalwijzerOphaaldagen2": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen 2"
                      },
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerWaar": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval plaatslocatie omschrijving",
                      "description": "Informatie over de plek waar het afval gezet mag worden."
                    },
                    "afvalwijzerBuitenzetten": {
                      "type": "string",
                      "nullable": true,
                      "title": "De tijdstip buitenzetten",
                      "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                    },
                    "afvalwijzerButtontekst": {
                      "type": "string",
                      "nullable": true,
                      "title": "Buttontekst",
                      "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                    },
                    "afvalwijzerUrl": {
                      "type": "string",
                      "nullable": true,
                      "title": "Link naar aanvullende informatie",
                      "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                    },
                    "bagNummeraanduidingId": {
                      "type": "string",
                      "nullable": true,
                      "title": "BAG Nummeraanduiding ID",
                      "description": "Identificatie nummeraanduiding"
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt ID",
                      "description": "Unieke identificatie van het object"
                    },
                    "gbdBuurtCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt code",
                      "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                    },
                    "afvalwijzerInzamelgebiedNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied naam",
                      "description": "De naam van het inzamelgebied"
                    },
                    "afvalwijzerInzamelgebiedCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied code",
                      "description": "Nadere aanduiding van het inzamelgebied"
                    },
                    "afvalwijzerFractiecodeActief": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Afval fractiecode status",
                      "description": "Geeft aan of de fractiecode actief of niet is"
                    },
                    "afvalwijzerFractieVolgorde": {
                      "type": "string",
                      "nullable": true,
                      "title": "Volgorde van de fractie",
                      "description": "Volgorde van de fractie"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to accAfvalwijzer.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het record."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het record."
                    },
                    "straatnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                    },
                    "huisnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                    },
                    "huisletter": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "huisnummertoevoeging": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "postcode": {
                      "type": "string",
                      "nullable": true,
                      "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                    },
                    "woonplaatsnaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Woonplaats naam",
                      "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                    },
                    "statusAdres": {
                      "type": "string",
                      "nullable": true,
                      "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                    },
                    "gebruiksdoelWoonfunctie": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Gebruiksdoel woonfunctie code",
                      "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."
                    },
                    "afvalwijzerInstructie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanbod instructie omschrijving",
                      "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                    },
                    "afvalwijzerBasisroutetypeId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type ID",
                      "description": "De unieke identificatie van de basisroutetype afval ophalen"
                    },
                    "afvalwijzerRoutenaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaalroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerPerXWeken": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute interval",
                      "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                    },
                    "afvalwijzerBuitenzettenVanafTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf tot",
                      "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenVanaf": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf omschrijving",
                      "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten tot omschrijving",
                      "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerAfvalkalenderOpmerking": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval wijze aanbieden omschrijving",
                      "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                    },
                    "afvalwijzerAfvalkalenderFrequentie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen frequentie",
                      "description": "De frequentie waarmee het afval opgehaald wordt."
                    },
                    "afvalwijzerFractieNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort naam",
                      "description": "Omschrijving van het soort afval"
                    },
                    "afvalwijzerFractieCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort code",
                      "description": "Nadere typering van het soort afval"
                    },
                    "afvalwijzerRoutetypeNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerOphaaldagen": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen"
                      },
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerAfvalkalenderMelding": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen omschrijving",
                      "description": "Aanvullende informatie over afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderVan": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                      "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderTot": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                      "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerBasisroutetype": {
                      "type": "string",
                      "nullable": true,
                      "title": "Basisroute type",
                      "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                    },
                    "afvalwijzerBasisroutetypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type omschrijving",
                      "description": "De omschrijving van het type van de basisroute"
                    },
                    "afvalwijzerBasisroutetypeCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type code",
                      "description": "Nadere aanduiding van het type van de afval basisroute"
                    },
                    "afvalwijzerGeometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "allOf": [
                        {
                          "type": "object",
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "required": [
                            "type"
                          ],
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "description": "the geometry type"
                            },
                            "coordinates": {
                              "type": "array",
                              "minItems": 2,
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        {
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point"
                              ]
                            },
                            "coordinates": {
                              "type": "array",
                              "description": "Point in 3D space",
                              "minItems": 2,
                              "maxItems": 3,
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      ]
                    },
                    "afvalwijzerInstructie2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaalinstructie informatie",
                      "description": "Aanvullende afval ophaalinstructie"
                    },
                    "afvalwijzerOphaaldagen2": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen 2"
                      },
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerWaar": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval plaatslocatie omschrijving",
                      "description": "Informatie over de plek waar het afval gezet mag worden."
                    },
                    "afvalwijzerBuitenzetten": {
                      "type": "string",
                      "nullable": true,
                      "title": "De tijdstip buitenzetten",
                      "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                    },
                    "afvalwijzerButtontekst": {
                      "type": "string",
                      "nullable": true,
                      "title": "Buttontekst",
                      "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                    },
                    "afvalwijzerUrl": {
                      "type": "string",
                      "nullable": true,
                      "title": "Link naar aanvullende informatie",
                      "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                    },
                    "bagNummeraanduidingId": {
                      "type": "string",
                      "nullable": true,
                      "title": "BAG Nummeraanduiding ID",
                      "description": "Identificatie nummeraanduiding"
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt ID",
                      "description": "Unieke identificatie van het object"
                    },
                    "gbdBuurtCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt code",
                      "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                    },
                    "afvalwijzerInzamelgebiedNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied naam",
                      "description": "De naam van het inzamelgebied"
                    },
                    "afvalwijzerInzamelgebiedCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied code",
                      "description": "Nadere aanduiding van het inzamelgebied"
                    },
                    "afvalwijzerFractiecodeActief": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Afval fractiecode status",
                      "description": "Geeft aan of de fractiecode actief of niet is"
                    },
                    "afvalwijzerFractieVolgorde": {
                      "type": "string",
                      "nullable": true,
                      "title": "Volgorde van de fractie",
                      "description": "Volgorde van de fractie"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/afvalwijzer": {
      "get": {
        "operationId": "afvalwijzer_afvalwijzer_list",
        "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
        "parameters": [
          {
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Accept-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Content-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            },
            "description": "Api Key for statistical purposes, not for authentication"
          },
          {
            "name": "_count",
            "required": false,
            "in": "query",
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "type": "string",
              "enum": [
                "id",
                "title",
                "none"
              ]
            },
            "description": "Specify type of header for csv file"
          },
          {
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "type": "string",
              "enum": [
                ",",
                ";"
              ]
            },
            "description": "Specify type of separator for csv file"
          },
          {
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            },
            "description": "Allow to expand relations."
          },
          {
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            },
            "description": "Comma separated list of named relations to expand."
          },
          {
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            },
            "description": "Comma-separated list of fields to display"
          },
          {
            "in": "query",
            "name": "_format",
            "schema": {
              "type": "string",
              "enum": [
                "json",
                "csv",
                "geojson"
              ]
            },
            "description": "Select the export format"
          },
          {
            "name": "_pageSize",
            "required": false,
            "in": "query",
            "description": "Number of results to return per page.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "_sort",
            "required": false,
            "in": "query",
            "description": "Which field to use when ordering the results.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie",
            "in": "query",
            "description": "De frequentie waarmee het afval opgehaald wordt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding",
            "in": "query",
            "description": "Aanvullende informatie over afwijkende ophaaldagen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking",
            "in": "query",
            "description": "Aanvullende opmerking over de manier van het aanbieden van het afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot",
            "in": "query",
            "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan",
            "in": "query",
            "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetype",
            "in": "query",
            "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. ",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode",
            "in": "query",
            "description": "Nadere aanduiding van het type van de afval basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId",
            "in": "query",
            "description": "De unieke identificatie van de basisroutetype afval ophalen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving",
            "in": "query",
            "description": "De omschrijving van het type van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzetten",
            "in": "query",
            "description": "De tijdslot wanneer de afval buiten gezet mag worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot",
            "in": "query",
            "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenTot[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf",
            "in": "query",
            "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot",
            "in": "query",
            "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzetten[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerButtontekst",
            "in": "query",
            "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerButtontekst[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerButtontekst[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerButtontekst[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerButtontekst[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerButtontekst[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieCode",
            "in": "query",
            "description": "Nadere typering van het soort afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieNaam",
            "in": "query",
            "description": "Omschrijving van het soort afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer",
            "in": "query",
            "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "afvalwijzerGeometrie",
            "in": "query",
            "description": "Geometrie van het type POINT van het adres in RD stelsel (epsg:28992)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[intersects]",
            "in": "query",
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[not]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie",
            "in": "query",
            "description": "Instructie die aangeeft hoe het afval aangeboden mag worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2",
            "in": "query",
            "description": "Aanvullende afval ophaalinstructie",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInstructie2[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie2[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie2[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInstructie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInstructie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode",
            "in": "query",
            "description": "Nadere aanduiding van het inzamelgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam",
            "in": "query",
            "description": "De naam van het inzamelgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerOphaaldagen",
            "in": "query",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2",
            "in": "query",
            "description": "Aanvullende informatie over de ophaaldagen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2Array",
            "in": "query",
            "description": "Aanvullende informatie over de ophaaldagen",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2Array[contains]",
            "in": "query",
            "description": "Matches values from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerOphaaldagenArray",
            "in": "query",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagenArray[contains]",
            "in": "query",
            "description": "Matches values from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerPerXWeken",
            "in": "query",
            "description": "Het interval in weken waarmee deze basisroute ingepland moet worden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerPerXWeken[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerRoutenaam",
            "in": "query",
            "description": "De naam van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerRoutenaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam",
            "in": "query",
            "description": "De naam van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerRoutetypeNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerUrl",
            "in": "query",
            "description": "URL die verwijst naar externe of interne websites voor relevante informatie.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerUrl[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerUrl[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerUrl[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerUrl[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerUrl[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerWaar",
            "in": "query",
            "description": "Informatie over de plek waar het afval gezet mag worden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerWaar[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerWaar[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerWaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerWaar[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerWaar[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagNummeraanduidingId",
            "in": "query",
            "description": "Identificatie nummeraanduiding",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagNummeraanduidingId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "bagNummeraanduidingId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagNummeraanduidingId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagNummeraanduidingId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagNummeraanduidingId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtCode",
            "in": "query",
            "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gbdBuurtCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtId",
            "in": "query",
            "description": "Unieke identificatie van het object",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gbdBuurtId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gebruiksdoelWoonfunctie",
            "in": "query",
            "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.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gebruiksdoelWoonfunctie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter",
            "in": "query",
            "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",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisletter[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisletter[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisletter[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "huisnummer",
            "in": "query",
            "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "huisnummertoevoeging",
            "in": "query",
            "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",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisnummertoevoeging[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisnummertoevoeging[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummertoevoeging[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummertoevoeging[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisnummertoevoeging[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke aanduiding van het record.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "id[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "postcode",
            "in": "query",
            "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "postcode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "postcode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "postcode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "postcode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "postcode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "statusAdres",
            "in": "query",
            "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusAdres[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "statusAdres[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "statusAdres[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "statusAdres[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusAdres[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "straatnaam",
            "in": "query",
            "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "straatnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "straatnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "straatnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "straatnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "straatnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "woonplaatsnaam",
            "in": "query",
            "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "woonplaatsnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "woonplaatsnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "woonplaatsnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "woonplaatsnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "woonplaatsnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "afvalwijzer"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "afvalwijzer": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to afvalwijzer.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het record."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het record."
                              },
                              "straatnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                              },
                              "huisnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                              },
                              "huisletter": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "huisnummertoevoeging": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "postcode": {
                                "type": "string",
                                "nullable": true,
                                "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                              },
                              "woonplaatsnaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Woonplaats naam",
                                "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                              },
                              "statusAdres": {
                                "type": "string",
                                "nullable": true,
                                "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                              },
                              "gebruiksdoelWoonfunctie": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Gebruiksdoel woonfunctie code",
                                "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."
                              },
                              "afvalwijzerInstructie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanbod instructie omschrijving",
                                "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                              },
                              "afvalwijzerBasisroutetypeId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type ID",
                                "description": "De unieke identificatie van de basisroutetype afval ophalen"
                              },
                              "afvalwijzerRoutenaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaalroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerPerXWeken": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute interval",
                                "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                              },
                              "afvalwijzerBuitenzettenVanafTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf tot",
                                "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenVanaf": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf omschrijving",
                                "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten tot omschrijving",
                                "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerAfvalkalenderOpmerking": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval wijze aanbieden omschrijving",
                                "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                              },
                              "afvalwijzerAfvalkalenderFrequentie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen frequentie",
                                "description": "De frequentie waarmee het afval opgehaald wordt."
                              },
                              "afvalwijzerFractieNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort naam",
                                "description": "Omschrijving van het soort afval"
                              },
                              "afvalwijzerFractieCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort code",
                                "description": "Nadere typering van het soort afval"
                              },
                              "afvalwijzerFractieVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Afval fractie volgnummer",
                                "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app."
                              },
                              "afvalwijzerRoutetypeNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerOphaaldagen": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerOphaaldagenArray": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen array"
                                },
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerAfvalkalenderMelding": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen omschrijving",
                                "description": "Aanvullende informatie over afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderVan": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                                "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderTot": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                                "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerBasisroutetype": {
                                "type": "string",
                                "nullable": true,
                                "title": "Basisroute type",
                                "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                              },
                              "afvalwijzerBasisroutetypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type omschrijving",
                                "description": "De omschrijving van het type van de basisroute"
                              },
                              "afvalwijzerBasisroutetypeCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type code",
                                "description": "Nadere aanduiding van het type van de afval basisroute"
                              },
                              "afvalwijzerGeometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "description": "the geometry type"
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "minItems": 2,
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point"
                                        ]
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "description": "Point in 3D space",
                                        "minItems": 2,
                                        "maxItems": 3,
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "afvalwijzerInstructie2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaalinstructie informatie",
                                "description": "Aanvullende afval ophaalinstructie"
                              },
                              "afvalwijzerOphaaldagen2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerOphaaldagen2Array": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen 2 array"
                                },
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerWaar": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval plaatslocatie omschrijving",
                                "description": "Informatie over de plek waar het afval gezet mag worden."
                              },
                              "afvalwijzerBuitenzetten": {
                                "type": "string",
                                "nullable": true,
                                "title": "De tijdstip buitenzetten",
                                "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                              },
                              "afvalwijzerButtontekst": {
                                "type": "string",
                                "nullable": true,
                                "title": "Buttontekst",
                                "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                              },
                              "afvalwijzerUrl": {
                                "type": "string",
                                "nullable": true,
                                "title": "Link naar aanvullende informatie",
                                "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                              },
                              "bagNummeraanduidingId": {
                                "type": "string",
                                "nullable": true,
                                "title": "BAG Nummeraanduiding ID",
                                "description": "Identificatie nummeraanduiding"
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt ID",
                                "description": "Unieke identificatie van het object"
                              },
                              "gbdBuurtCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt code",
                                "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                              },
                              "afvalwijzerInzamelgebiedNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied naam",
                                "description": "De naam van het inzamelgebied"
                              },
                              "afvalwijzerInzamelgebiedCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied code",
                                "description": "Nadere aanduiding van het inzamelgebied"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "afvalwijzer": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to afvalwijzer.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het record."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het record."
                              },
                              "straatnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                              },
                              "huisnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                              },
                              "huisletter": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "huisnummertoevoeging": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "postcode": {
                                "type": "string",
                                "nullable": true,
                                "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                              },
                              "woonplaatsnaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Woonplaats naam",
                                "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                              },
                              "statusAdres": {
                                "type": "string",
                                "nullable": true,
                                "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                              },
                              "gebruiksdoelWoonfunctie": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Gebruiksdoel woonfunctie code",
                                "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."
                              },
                              "afvalwijzerInstructie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanbod instructie omschrijving",
                                "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                              },
                              "afvalwijzerBasisroutetypeId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type ID",
                                "description": "De unieke identificatie van de basisroutetype afval ophalen"
                              },
                              "afvalwijzerRoutenaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaalroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerPerXWeken": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute interval",
                                "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                              },
                              "afvalwijzerBuitenzettenVanafTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf tot",
                                "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenVanaf": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf omschrijving",
                                "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten tot omschrijving",
                                "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerAfvalkalenderOpmerking": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval wijze aanbieden omschrijving",
                                "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                              },
                              "afvalwijzerAfvalkalenderFrequentie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen frequentie",
                                "description": "De frequentie waarmee het afval opgehaald wordt."
                              },
                              "afvalwijzerFractieNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort naam",
                                "description": "Omschrijving van het soort afval"
                              },
                              "afvalwijzerFractieCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort code",
                                "description": "Nadere typering van het soort afval"
                              },
                              "afvalwijzerFractieVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Afval fractie volgnummer",
                                "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app."
                              },
                              "afvalwijzerRoutetypeNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerOphaaldagen": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerOphaaldagenArray": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen array"
                                },
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerAfvalkalenderMelding": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen omschrijving",
                                "description": "Aanvullende informatie over afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderVan": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                                "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderTot": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                                "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerBasisroutetype": {
                                "type": "string",
                                "nullable": true,
                                "title": "Basisroute type",
                                "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                              },
                              "afvalwijzerBasisroutetypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type omschrijving",
                                "description": "De omschrijving van het type van de basisroute"
                              },
                              "afvalwijzerBasisroutetypeCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type code",
                                "description": "Nadere aanduiding van het type van de afval basisroute"
                              },
                              "afvalwijzerGeometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "description": "the geometry type"
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "minItems": 2,
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point"
                                        ]
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "description": "Point in 3D space",
                                        "minItems": 2,
                                        "maxItems": 3,
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "afvalwijzerInstructie2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaalinstructie informatie",
                                "description": "Aanvullende afval ophaalinstructie"
                              },
                              "afvalwijzerOphaaldagen2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerOphaaldagen2Array": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen 2 array"
                                },
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerWaar": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval plaatslocatie omschrijving",
                                "description": "Informatie over de plek waar het afval gezet mag worden."
                              },
                              "afvalwijzerBuitenzetten": {
                                "type": "string",
                                "nullable": true,
                                "title": "De tijdstip buitenzetten",
                                "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                              },
                              "afvalwijzerButtontekst": {
                                "type": "string",
                                "nullable": true,
                                "title": "Buttontekst",
                                "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                              },
                              "afvalwijzerUrl": {
                                "type": "string",
                                "nullable": true,
                                "title": "Link naar aanvullende informatie",
                                "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                              },
                              "bagNummeraanduidingId": {
                                "type": "string",
                                "nullable": true,
                                "title": "BAG Nummeraanduiding ID",
                                "description": "Identificatie nummeraanduiding"
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt ID",
                                "description": "Unieke identificatie van het object"
                              },
                              "gbdBuurtCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt code",
                                "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                              },
                              "afvalwijzerInzamelgebiedNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied naam",
                                "description": "De naam van het inzamelgebied"
                              },
                              "afvalwijzerInzamelgebiedCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied code",
                                "description": "Nadere aanduiding van het inzamelgebied"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "afvalwijzer": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to afvalwijzer.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het record."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het record."
                              },
                              "straatnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                              },
                              "huisnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                              },
                              "huisletter": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "huisnummertoevoeging": {
                                "type": "string",
                                "nullable": true,
                                "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"
                              },
                              "postcode": {
                                "type": "string",
                                "nullable": true,
                                "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                              },
                              "woonplaatsnaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Woonplaats naam",
                                "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                              },
                              "statusAdres": {
                                "type": "string",
                                "nullable": true,
                                "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                              },
                              "gebruiksdoelWoonfunctie": {
                                "type": "boolean",
                                "nullable": true,
                                "title": "Gebruiksdoel woonfunctie code",
                                "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."
                              },
                              "afvalwijzerInstructie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanbod instructie omschrijving",
                                "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                              },
                              "afvalwijzerBasisroutetypeId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type ID",
                                "description": "De unieke identificatie van de basisroutetype afval ophalen"
                              },
                              "afvalwijzerRoutenaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaalroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerPerXWeken": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute interval",
                                "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                              },
                              "afvalwijzerBuitenzettenVanafTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf tot",
                                "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenVanaf": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten vanaf omschrijving",
                                "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerBuitenzettenTot": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval buitenzetten tot omschrijving",
                                "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                              },
                              "afvalwijzerAfvalkalenderOpmerking": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval wijze aanbieden omschrijving",
                                "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                              },
                              "afvalwijzerAfvalkalenderFrequentie": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen frequentie",
                                "description": "De frequentie waarmee het afval opgehaald wordt."
                              },
                              "afvalwijzerFractieNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort naam",
                                "description": "Omschrijving van het soort afval"
                              },
                              "afvalwijzerFractieCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval fractiesoort code",
                                "description": "Nadere typering van het soort afval"
                              },
                              "afvalwijzerFractieVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Afval fractie volgnummer",
                                "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app."
                              },
                              "afvalwijzerRoutetypeNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute naam",
                                "description": "De naam van de basisroute"
                              },
                              "afvalwijzerOphaaldagen": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerOphaaldagenArray": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen array"
                                },
                                "nullable": true,
                                "title": "Afval ophaaldagen omschrijving",
                                "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                              },
                              "afvalwijzerAfvalkalenderMelding": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen omschrijving",
                                "description": "Aanvullende informatie over afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderVan": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                                "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerAfvalkalenderTot": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                                "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                              },
                              "afvalwijzerBasisroutetype": {
                                "type": "string",
                                "nullable": true,
                                "title": "Basisroute type",
                                "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                              },
                              "afvalwijzerBasisroutetypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type omschrijving",
                                "description": "De omschrijving van het type van de basisroute"
                              },
                              "afvalwijzerBasisroutetypeCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval basisroute type code",
                                "description": "Nadere aanduiding van het type van de afval basisroute"
                              },
                              "afvalwijzerGeometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "description": "the geometry type"
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "minItems": 2,
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "properties": {
                                      "type": {
                                        "type": "string",
                                        "enum": [
                                          "Point"
                                        ]
                                      },
                                      "coordinates": {
                                        "type": "array",
                                        "description": "Point in 3D space",
                                        "minItems": 2,
                                        "maxItems": 3,
                                        "items": {
                                          "type": "number"
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "afvalwijzerInstructie2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaalinstructie informatie",
                                "description": "Aanvullende afval ophaalinstructie"
                              },
                              "afvalwijzerOphaaldagen2": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerOphaaldagen2Array": {
                                "type": "array",
                                "items": {
                                  "type": "string",
                                  "title": "Afvalwijzer ophaaldagen 2 array"
                                },
                                "nullable": true,
                                "title": "Afval aanvullende ophaaldagen informatie",
                                "description": "Aanvullende informatie over de ophaaldagen"
                              },
                              "afvalwijzerWaar": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval plaatslocatie omschrijving",
                                "description": "Informatie over de plek waar het afval gezet mag worden."
                              },
                              "afvalwijzerBuitenzetten": {
                                "type": "string",
                                "nullable": true,
                                "title": "De tijdstip buitenzetten",
                                "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                              },
                              "afvalwijzerButtontekst": {
                                "type": "string",
                                "nullable": true,
                                "title": "Buttontekst",
                                "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                              },
                              "afvalwijzerUrl": {
                                "type": "string",
                                "nullable": true,
                                "title": "Link naar aanvullende informatie",
                                "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                              },
                              "bagNummeraanduidingId": {
                                "type": "string",
                                "nullable": true,
                                "title": "BAG Nummeraanduiding ID",
                                "description": "Identificatie nummeraanduiding"
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt ID",
                                "description": "Unieke identificatie van het object"
                              },
                              "gbdBuurtCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Gebied buurt code",
                                "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                              },
                              "afvalwijzerInzamelgebiedNaam": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied naam",
                                "description": "De naam van het inzamelgebied"
                              },
                              "afvalwijzerInzamelgebiedCode": {
                                "type": "string",
                                "nullable": true,
                                "title": "Afval inzamelgebied code",
                                "description": "Nadere aanduiding van het inzamelgebied"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/afvalwijzer/{id}": {
      "get": {
        "operationId": "afvalwijzer_afvalwijzer_retrieve",
        "parameters": [
          {
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Accept-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Content-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            },
            "description": "Api Key for statistical purposes, not for authentication"
          },
          {
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "type": "string",
              "enum": [
                "id",
                "title",
                "none"
              ]
            },
            "description": "Specify type of header for csv file"
          },
          {
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "type": "string",
              "enum": [
                ",",
                ";"
              ]
            },
            "description": "Specify type of separator for csv file"
          },
          {
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            },
            "description": "Allow to expand relations."
          },
          {
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            },
            "description": "Comma separated list of named relations to expand."
          },
          {
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            },
            "description": "Comma-separated list of fields to display"
          },
          {
            "in": "query",
            "name": "_format",
            "schema": {
              "type": "string",
              "enum": [
                "json",
                "csv",
                "geojson"
              ]
            },
            "description": "Select the export format"
          },
          {
            "name": "_sort",
            "required": false,
            "in": "query",
            "description": "Which field to use when ordering the results.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie",
            "in": "query",
            "description": "De frequentie waarmee het afval opgehaald wordt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderFrequentie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding",
            "in": "query",
            "description": "Aanvullende informatie over afwijkende ophaaldagen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderMelding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking",
            "in": "query",
            "description": "Aanvullende opmerking over de manier van het aanbieden van het afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderOpmerking[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot",
            "in": "query",
            "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderTot[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan",
            "in": "query",
            "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "afvalwijzerAfvalkalenderVan[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetype",
            "in": "query",
            "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. ",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode",
            "in": "query",
            "description": "Nadere aanduiding van het type van de afval basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId",
            "in": "query",
            "description": "De unieke identificatie van de basisroutetype afval ophalen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving",
            "in": "query",
            "description": "De omschrijving van het type van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetypeOmschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBasisroutetype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBasisroutetype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzetten",
            "in": "query",
            "description": "De tijdslot wanneer de afval buiten gezet mag worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot",
            "in": "query",
            "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenTot[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenTot[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf",
            "in": "query",
            "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot",
            "in": "query",
            "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanafTot[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzettenVanaf[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerBuitenzetten[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerBuitenzetten[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerButtontekst",
            "in": "query",
            "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerButtontekst[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerButtontekst[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerButtontekst[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerButtontekst[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerButtontekst[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieCode",
            "in": "query",
            "description": "Nadere typering van het soort afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieNaam",
            "in": "query",
            "description": "Omschrijving van het soort afval",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerFractieNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer",
            "in": "query",
            "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerFractieVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "afvalwijzerFractieVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "afvalwijzerGeometrie",
            "in": "query",
            "description": "Geometrie van het type POINT van het adres in RD stelsel (epsg:28992)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[intersects]",
            "in": "query",
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerGeometrie[not]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie",
            "in": "query",
            "description": "Instructie die aangeeft hoe het afval aangeboden mag worden",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2",
            "in": "query",
            "description": "Aanvullende afval ophaalinstructie",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInstructie2[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie2[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie2[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie2[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInstructie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInstructie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInstructie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInstructie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode",
            "in": "query",
            "description": "Nadere aanduiding van het inzamelgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam",
            "in": "query",
            "description": "De naam van het inzamelgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerInzamelgebiedNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerOphaaldagen",
            "in": "query",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2",
            "in": "query",
            "description": "Aanvullende informatie over de ophaaldagen",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2Array",
            "in": "query",
            "description": "Aanvullende informatie over de ophaaldagen",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2Array[contains]",
            "in": "query",
            "description": "Matches values from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen2[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen2[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerOphaaldagenArray",
            "in": "query",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagenArray[contains]",
            "in": "query",
            "description": "Matches values from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerOphaaldagen[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerOphaaldagen[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerPerXWeken",
            "in": "query",
            "description": "Het interval in weken waarmee deze basisroute ingepland moet worden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerPerXWeken[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerPerXWeken[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerRoutenaam",
            "in": "query",
            "description": "De naam van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerRoutenaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutenaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam",
            "in": "query",
            "description": "De naam van de basisroute",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerRoutetypeNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerRoutetypeNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerUrl",
            "in": "query",
            "description": "URL die verwijst naar externe of interne websites voor relevante informatie.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerUrl[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerUrl[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerUrl[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerUrl[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerUrl[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "afvalwijzerWaar",
            "in": "query",
            "description": "Informatie over de plek waar het afval gezet mag worden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerWaar[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "afvalwijzerWaar[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerWaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "afvalwijzerWaar[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afvalwijzerWaar[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagNummeraanduidingId",
            "in": "query",
            "description": "Identificatie nummeraanduiding",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagNummeraanduidingId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "bagNummeraanduidingId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagNummeraanduidingId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagNummeraanduidingId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagNummeraanduidingId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtCode",
            "in": "query",
            "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtCode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gbdBuurtCode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtCode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtCode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtId",
            "in": "query",
            "description": "Unieke identificatie van het object",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtId[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gbdBuurtId[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtId[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtId[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gebruiksdoelWoonfunctie",
            "in": "query",
            "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.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gebruiksdoelWoonfunctie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter",
            "in": "query",
            "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",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisletter[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisletter[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisletter[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisletter[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "huisnummer",
            "in": "query",
            "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "huisnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "huisnummertoevoeging",
            "in": "query",
            "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",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisnummertoevoeging[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "huisnummertoevoeging[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummertoevoeging[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "huisnummertoevoeging[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "huisnummertoevoeging[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "required": true
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke aanduiding van het record.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "id[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "postcode",
            "in": "query",
            "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "postcode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "postcode[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "postcode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "postcode[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "postcode[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "statusAdres",
            "in": "query",
            "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusAdres[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "statusAdres[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "statusAdres[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "statusAdres[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statusAdres[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "straatnaam",
            "in": "query",
            "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "straatnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "straatnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "straatnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "straatnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "straatnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "woonplaatsnaam",
            "in": "query",
            "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "woonplaatsnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "woonplaatsnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "woonplaatsnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "woonplaatsnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "woonplaatsnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "afvalwijzer"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to afvalwijzer.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het record."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het record."
                    },
                    "straatnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                    },
                    "huisnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                    },
                    "huisletter": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "huisnummertoevoeging": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "postcode": {
                      "type": "string",
                      "nullable": true,
                      "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                    },
                    "woonplaatsnaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Woonplaats naam",
                      "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                    },
                    "statusAdres": {
                      "type": "string",
                      "nullable": true,
                      "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                    },
                    "gebruiksdoelWoonfunctie": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Gebruiksdoel woonfunctie code",
                      "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."
                    },
                    "afvalwijzerInstructie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanbod instructie omschrijving",
                      "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                    },
                    "afvalwijzerBasisroutetypeId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type ID",
                      "description": "De unieke identificatie van de basisroutetype afval ophalen"
                    },
                    "afvalwijzerRoutenaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaalroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerPerXWeken": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute interval",
                      "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                    },
                    "afvalwijzerBuitenzettenVanafTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf tot",
                      "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenVanaf": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf omschrijving",
                      "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten tot omschrijving",
                      "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerAfvalkalenderOpmerking": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval wijze aanbieden omschrijving",
                      "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                    },
                    "afvalwijzerAfvalkalenderFrequentie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen frequentie",
                      "description": "De frequentie waarmee het afval opgehaald wordt."
                    },
                    "afvalwijzerFractieNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort naam",
                      "description": "Omschrijving van het soort afval"
                    },
                    "afvalwijzerFractieCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort code",
                      "description": "Nadere typering van het soort afval"
                    },
                    "afvalwijzerFractieVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Afval fractie volgnummer",
                      "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app."
                    },
                    "afvalwijzerRoutetypeNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerOphaaldagen": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerOphaaldagenArray": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen array"
                      },
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerAfvalkalenderMelding": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen omschrijving",
                      "description": "Aanvullende informatie over afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderVan": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                      "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderTot": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                      "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerBasisroutetype": {
                      "type": "string",
                      "nullable": true,
                      "title": "Basisroute type",
                      "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                    },
                    "afvalwijzerBasisroutetypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type omschrijving",
                      "description": "De omschrijving van het type van de basisroute"
                    },
                    "afvalwijzerBasisroutetypeCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type code",
                      "description": "Nadere aanduiding van het type van de afval basisroute"
                    },
                    "afvalwijzerGeometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "allOf": [
                        {
                          "type": "object",
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "required": [
                            "type"
                          ],
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "description": "the geometry type"
                            },
                            "coordinates": {
                              "type": "array",
                              "minItems": 2,
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        {
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point"
                              ]
                            },
                            "coordinates": {
                              "type": "array",
                              "description": "Point in 3D space",
                              "minItems": 2,
                              "maxItems": 3,
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      ]
                    },
                    "afvalwijzerInstructie2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaalinstructie informatie",
                      "description": "Aanvullende afval ophaalinstructie"
                    },
                    "afvalwijzerOphaaldagen2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerOphaaldagen2Array": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen 2 array"
                      },
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerWaar": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval plaatslocatie omschrijving",
                      "description": "Informatie over de plek waar het afval gezet mag worden."
                    },
                    "afvalwijzerBuitenzetten": {
                      "type": "string",
                      "nullable": true,
                      "title": "De tijdstip buitenzetten",
                      "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                    },
                    "afvalwijzerButtontekst": {
                      "type": "string",
                      "nullable": true,
                      "title": "Buttontekst",
                      "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                    },
                    "afvalwijzerUrl": {
                      "type": "string",
                      "nullable": true,
                      "title": "Link naar aanvullende informatie",
                      "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                    },
                    "bagNummeraanduidingId": {
                      "type": "string",
                      "nullable": true,
                      "title": "BAG Nummeraanduiding ID",
                      "description": "Identificatie nummeraanduiding"
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt ID",
                      "description": "Unieke identificatie van het object"
                    },
                    "gbdBuurtCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt code",
                      "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                    },
                    "afvalwijzerInzamelgebiedNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied naam",
                      "description": "De naam van het inzamelgebied"
                    },
                    "afvalwijzerInzamelgebiedCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied code",
                      "description": "Nadere aanduiding van het inzamelgebied"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to afvalwijzer.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het record."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het record."
                    },
                    "straatnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                    },
                    "huisnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                    },
                    "huisletter": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "huisnummertoevoeging": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "postcode": {
                      "type": "string",
                      "nullable": true,
                      "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                    },
                    "woonplaatsnaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Woonplaats naam",
                      "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                    },
                    "statusAdres": {
                      "type": "string",
                      "nullable": true,
                      "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                    },
                    "gebruiksdoelWoonfunctie": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Gebruiksdoel woonfunctie code",
                      "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."
                    },
                    "afvalwijzerInstructie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanbod instructie omschrijving",
                      "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                    },
                    "afvalwijzerBasisroutetypeId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type ID",
                      "description": "De unieke identificatie van de basisroutetype afval ophalen"
                    },
                    "afvalwijzerRoutenaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaalroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerPerXWeken": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute interval",
                      "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                    },
                    "afvalwijzerBuitenzettenVanafTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf tot",
                      "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenVanaf": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf omschrijving",
                      "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten tot omschrijving",
                      "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerAfvalkalenderOpmerking": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval wijze aanbieden omschrijving",
                      "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                    },
                    "afvalwijzerAfvalkalenderFrequentie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen frequentie",
                      "description": "De frequentie waarmee het afval opgehaald wordt."
                    },
                    "afvalwijzerFractieNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort naam",
                      "description": "Omschrijving van het soort afval"
                    },
                    "afvalwijzerFractieCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort code",
                      "description": "Nadere typering van het soort afval"
                    },
                    "afvalwijzerFractieVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Afval fractie volgnummer",
                      "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app."
                    },
                    "afvalwijzerRoutetypeNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerOphaaldagen": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerOphaaldagenArray": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen array"
                      },
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerAfvalkalenderMelding": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen omschrijving",
                      "description": "Aanvullende informatie over afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderVan": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                      "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderTot": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                      "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerBasisroutetype": {
                      "type": "string",
                      "nullable": true,
                      "title": "Basisroute type",
                      "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                    },
                    "afvalwijzerBasisroutetypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type omschrijving",
                      "description": "De omschrijving van het type van de basisroute"
                    },
                    "afvalwijzerBasisroutetypeCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type code",
                      "description": "Nadere aanduiding van het type van de afval basisroute"
                    },
                    "afvalwijzerGeometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "allOf": [
                        {
                          "type": "object",
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "required": [
                            "type"
                          ],
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "description": "the geometry type"
                            },
                            "coordinates": {
                              "type": "array",
                              "minItems": 2,
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        {
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point"
                              ]
                            },
                            "coordinates": {
                              "type": "array",
                              "description": "Point in 3D space",
                              "minItems": 2,
                              "maxItems": 3,
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      ]
                    },
                    "afvalwijzerInstructie2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaalinstructie informatie",
                      "description": "Aanvullende afval ophaalinstructie"
                    },
                    "afvalwijzerOphaaldagen2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerOphaaldagen2Array": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen 2 array"
                      },
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerWaar": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval plaatslocatie omschrijving",
                      "description": "Informatie over de plek waar het afval gezet mag worden."
                    },
                    "afvalwijzerBuitenzetten": {
                      "type": "string",
                      "nullable": true,
                      "title": "De tijdstip buitenzetten",
                      "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                    },
                    "afvalwijzerButtontekst": {
                      "type": "string",
                      "nullable": true,
                      "title": "Buttontekst",
                      "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                    },
                    "afvalwijzerUrl": {
                      "type": "string",
                      "nullable": true,
                      "title": "Link naar aanvullende informatie",
                      "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                    },
                    "bagNummeraanduidingId": {
                      "type": "string",
                      "nullable": true,
                      "title": "BAG Nummeraanduiding ID",
                      "description": "Identificatie nummeraanduiding"
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt ID",
                      "description": "Unieke identificatie van het object"
                    },
                    "gbdBuurtCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt code",
                      "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                    },
                    "afvalwijzerInzamelgebiedNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied naam",
                      "description": "De naam van het inzamelgebied"
                    },
                    "afvalwijzerInzamelgebiedCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied code",
                      "description": "Nadere aanduiding van het inzamelgebied"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to afvalwijzer.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het record."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het record."
                    },
                    "straatnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                    },
                    "huisnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                    },
                    "huisletter": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "huisnummertoevoeging": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "postcode": {
                      "type": "string",
                      "nullable": true,
                      "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                    },
                    "woonplaatsnaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Woonplaats naam",
                      "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                    },
                    "statusAdres": {
                      "type": "string",
                      "nullable": true,
                      "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                    },
                    "gebruiksdoelWoonfunctie": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Gebruiksdoel woonfunctie code",
                      "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."
                    },
                    "afvalwijzerInstructie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanbod instructie omschrijving",
                      "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                    },
                    "afvalwijzerBasisroutetypeId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type ID",
                      "description": "De unieke identificatie van de basisroutetype afval ophalen"
                    },
                    "afvalwijzerRoutenaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaalroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerPerXWeken": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute interval",
                      "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                    },
                    "afvalwijzerBuitenzettenVanafTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf tot",
                      "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenVanaf": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf omschrijving",
                      "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten tot omschrijving",
                      "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerAfvalkalenderOpmerking": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval wijze aanbieden omschrijving",
                      "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                    },
                    "afvalwijzerAfvalkalenderFrequentie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen frequentie",
                      "description": "De frequentie waarmee het afval opgehaald wordt."
                    },
                    "afvalwijzerFractieNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort naam",
                      "description": "Omschrijving van het soort afval"
                    },
                    "afvalwijzerFractieCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort code",
                      "description": "Nadere typering van het soort afval"
                    },
                    "afvalwijzerFractieVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Afval fractie volgnummer",
                      "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app."
                    },
                    "afvalwijzerRoutetypeNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerOphaaldagen": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerOphaaldagenArray": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen array"
                      },
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerAfvalkalenderMelding": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen omschrijving",
                      "description": "Aanvullende informatie over afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderVan": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                      "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderTot": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                      "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerBasisroutetype": {
                      "type": "string",
                      "nullable": true,
                      "title": "Basisroute type",
                      "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                    },
                    "afvalwijzerBasisroutetypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type omschrijving",
                      "description": "De omschrijving van het type van de basisroute"
                    },
                    "afvalwijzerBasisroutetypeCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type code",
                      "description": "Nadere aanduiding van het type van de afval basisroute"
                    },
                    "afvalwijzerGeometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "allOf": [
                        {
                          "type": "object",
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "required": [
                            "type"
                          ],
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "description": "the geometry type"
                            },
                            "coordinates": {
                              "type": "array",
                              "minItems": 2,
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        {
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point"
                              ]
                            },
                            "coordinates": {
                              "type": "array",
                              "description": "Point in 3D space",
                              "minItems": 2,
                              "maxItems": 3,
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      ]
                    },
                    "afvalwijzerInstructie2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaalinstructie informatie",
                      "description": "Aanvullende afval ophaalinstructie"
                    },
                    "afvalwijzerOphaaldagen2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerOphaaldagen2Array": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen 2 array"
                      },
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerWaar": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval plaatslocatie omschrijving",
                      "description": "Informatie over de plek waar het afval gezet mag worden."
                    },
                    "afvalwijzerBuitenzetten": {
                      "type": "string",
                      "nullable": true,
                      "title": "De tijdstip buitenzetten",
                      "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                    },
                    "afvalwijzerButtontekst": {
                      "type": "string",
                      "nullable": true,
                      "title": "Buttontekst",
                      "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                    },
                    "afvalwijzerUrl": {
                      "type": "string",
                      "nullable": true,
                      "title": "Link naar aanvullende informatie",
                      "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                    },
                    "bagNummeraanduidingId": {
                      "type": "string",
                      "nullable": true,
                      "title": "BAG Nummeraanduiding ID",
                      "description": "Identificatie nummeraanduiding"
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt ID",
                      "description": "Unieke identificatie van het object"
                    },
                    "gbdBuurtCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt code",
                      "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                    },
                    "afvalwijzerInzamelgebiedNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied naam",
                      "description": "De naam van het inzamelgebied"
                    },
                    "afvalwijzerInzamelgebiedCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied code",
                      "description": "Nadere aanduiding van het inzamelgebied"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Afvalwijzeracc_afvalwijzer": {
        "type": "object",
        "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "type": "string",
                    "format": "uri",
                    "description": "The schema field is exposed with every record",
                    "readOnly": true
                  },
                  "self": {
                    "type": "object",
                    "description": "The identifier of the relationship to accAfvalwijzer.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string",
                        "description": "Unieke aanduiding van het record."
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  }
                },
                "required": [
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string",
            "description": "Unieke aanduiding van het record."
          },
          "straatnaam": {
            "type": "string",
            "nullable": true,
            "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
          },
          "huisnummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
          },
          "huisletter": {
            "type": "string",
            "nullable": true,
            "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"
          },
          "huisnummertoevoeging": {
            "type": "string",
            "nullable": true,
            "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"
          },
          "postcode": {
            "type": "string",
            "nullable": true,
            "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
          },
          "woonplaatsnaam": {
            "type": "string",
            "nullable": true,
            "title": "Woonplaats naam",
            "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
          },
          "statusAdres": {
            "type": "string",
            "nullable": true,
            "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
          },
          "gebruiksdoelWoonfunctie": {
            "type": "boolean",
            "nullable": true,
            "title": "Gebruiksdoel woonfunctie code",
            "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."
          },
          "afvalwijzerInstructie": {
            "type": "string",
            "nullable": true,
            "title": "Afval aanbod instructie omschrijving",
            "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
          },
          "afvalwijzerBasisroutetypeId": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute type ID",
            "description": "De unieke identificatie van de basisroutetype afval ophalen"
          },
          "afvalwijzerRoutenaam": {
            "type": "string",
            "nullable": true,
            "title": "Afval ophaalroute naam",
            "description": "De naam van de basisroute"
          },
          "afvalwijzerPerXWeken": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute interval",
            "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
          },
          "afvalwijzerBuitenzettenVanafTot": {
            "type": "string",
            "nullable": true,
            "title": "Afval buitenzetten vanaf tot",
            "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
          },
          "afvalwijzerBuitenzettenVanaf": {
            "type": "string",
            "nullable": true,
            "title": "Afval buitenzetten vanaf omschrijving",
            "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
          },
          "afvalwijzerBuitenzettenTot": {
            "type": "string",
            "nullable": true,
            "title": "Afval buitenzetten tot omschrijving",
            "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
          },
          "afvalwijzerAfvalkalenderOpmerking": {
            "type": "string",
            "nullable": true,
            "title": "Afval wijze aanbieden omschrijving",
            "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
          },
          "afvalwijzerAfvalkalenderFrequentie": {
            "type": "string",
            "nullable": true,
            "title": "Afval ophalen frequentie",
            "description": "De frequentie waarmee het afval opgehaald wordt."
          },
          "afvalwijzerFractieNaam": {
            "type": "string",
            "nullable": true,
            "title": "Afval fractiesoort naam",
            "description": "Omschrijving van het soort afval"
          },
          "afvalwijzerFractieCode": {
            "type": "string",
            "nullable": true,
            "title": "Afval fractiesoort code",
            "description": "Nadere typering van het soort afval"
          },
          "afvalwijzerRoutetypeNaam": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute naam",
            "description": "De naam van de basisroute"
          },
          "afvalwijzerOphaaldagen": {
            "type": "array",
            "items": {
              "type": "string",
              "title": "Afvalwijzer ophaaldagen"
            },
            "nullable": true,
            "title": "Afval ophaaldagen omschrijving",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
          },
          "afvalwijzerAfvalkalenderMelding": {
            "type": "string",
            "nullable": true,
            "title": "Afval ophalen afwijkende dagen omschrijving",
            "description": "Aanvullende informatie over afwijkende ophaaldagen"
          },
          "afvalwijzerAfvalkalenderVan": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
            "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
          },
          "afvalwijzerAfvalkalenderTot": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
            "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
          },
          "afvalwijzerBasisroutetype": {
            "type": "string",
            "nullable": true,
            "title": "Basisroute type",
            "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
          },
          "afvalwijzerBasisroutetypeOmschrijving": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute type omschrijving",
            "description": "De omschrijving van het type van de basisroute"
          },
          "afvalwijzerBasisroutetypeCode": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute type code",
            "description": "Nadere aanduiding van het type van de afval basisroute"
          },
          "afvalwijzerGeometrie": {
            "type": "object",
            "description": "GeoJSON geometry",
            "allOf": [
              {
                "type": "object",
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "required": [
                  "type"
                ],
                "properties": {
                  "type": {
                    "type": "string",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "description": "the geometry type"
                  },
                  "coordinates": {
                    "type": "array",
                    "minItems": 2,
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    }
                  }
                }
              },
              {
                "properties": {
                  "type": {
                    "type": "string",
                    "enum": [
                      "Point"
                    ]
                  },
                  "coordinates": {
                    "type": "array",
                    "description": "Point in 3D space",
                    "minItems": 2,
                    "maxItems": 3,
                    "items": {
                      "type": "number"
                    }
                  }
                }
              }
            ]
          },
          "afvalwijzerInstructie2": {
            "type": "string",
            "nullable": true,
            "title": "Afval aanvullende ophaalinstructie informatie",
            "description": "Aanvullende afval ophaalinstructie"
          },
          "afvalwijzerOphaaldagen2": {
            "type": "array",
            "items": {
              "type": "string",
              "title": "Afvalwijzer ophaaldagen 2"
            },
            "nullable": true,
            "title": "Afval aanvullende ophaaldagen informatie",
            "description": "Aanvullende informatie over de ophaaldagen"
          },
          "afvalwijzerWaar": {
            "type": "string",
            "nullable": true,
            "title": "Afval plaatslocatie omschrijving",
            "description": "Informatie over de plek waar het afval gezet mag worden."
          },
          "afvalwijzerBuitenzetten": {
            "type": "string",
            "nullable": true,
            "title": "De tijdstip buitenzetten",
            "description": "De tijdslot wanneer de afval buiten gezet mag worden"
          },
          "afvalwijzerButtontekst": {
            "type": "string",
            "nullable": true,
            "title": "Buttontekst",
            "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
          },
          "afvalwijzerUrl": {
            "type": "string",
            "nullable": true,
            "title": "Link naar aanvullende informatie",
            "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
          },
          "bagNummeraanduidingId": {
            "type": "string",
            "nullable": true,
            "title": "BAG Nummeraanduiding ID",
            "description": "Identificatie nummeraanduiding"
          },
          "gbdBuurtId": {
            "type": "string",
            "nullable": true,
            "title": "Gebied buurt ID",
            "description": "Unieke identificatie van het object"
          },
          "gbdBuurtCode": {
            "type": "string",
            "nullable": true,
            "title": "Gebied buurt code",
            "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
          },
          "afvalwijzerInzamelgebiedNaam": {
            "type": "string",
            "nullable": true,
            "title": "Afval inzamelgebied naam",
            "description": "De naam van het inzamelgebied"
          },
          "afvalwijzerInzamelgebiedCode": {
            "type": "string",
            "nullable": true,
            "title": "Afval inzamelgebied code",
            "description": "Nadere aanduiding van het inzamelgebied"
          },
          "afvalwijzerFractiecodeActief": {
            "type": "boolean",
            "nullable": true,
            "title": "Afval fractiecode status",
            "description": "Geeft aan of de fractiecode actief of niet is"
          },
          "afvalwijzerFractieVolgorde": {
            "type": "string",
            "nullable": true,
            "title": "Volgorde van de fractie",
            "description": "Volgorde van de fractie"
          }
        },
        "required": [
          "_links",
          "id"
        ]
      },
      "Afvalwijzeracc_afvalwijzerLink": {
        "type": "object",
        "description": "The identifier of the relationship to accAfvalwijzer.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "string",
            "description": "Unieke aanduiding van het record."
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "Afvalwijzerafvalwijzer": {
        "type": "object",
        "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "type": "string",
                    "format": "uri",
                    "description": "The schema field is exposed with every record",
                    "readOnly": true
                  },
                  "self": {
                    "type": "object",
                    "description": "The identifier of the relationship to afvalwijzer.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string",
                        "description": "Unieke aanduiding van het record."
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  }
                },
                "required": [
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string",
            "description": "Unieke aanduiding van het record."
          },
          "straatnaam": {
            "type": "string",
            "nullable": true,
            "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
          },
          "huisnummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
          },
          "huisletter": {
            "type": "string",
            "nullable": true,
            "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"
          },
          "huisnummertoevoeging": {
            "type": "string",
            "nullable": true,
            "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"
          },
          "postcode": {
            "type": "string",
            "nullable": true,
            "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
          },
          "woonplaatsnaam": {
            "type": "string",
            "nullable": true,
            "title": "Woonplaats naam",
            "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
          },
          "statusAdres": {
            "type": "string",
            "nullable": true,
            "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
          },
          "gebruiksdoelWoonfunctie": {
            "type": "boolean",
            "nullable": true,
            "title": "Gebruiksdoel woonfunctie code",
            "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."
          },
          "afvalwijzerInstructie": {
            "type": "string",
            "nullable": true,
            "title": "Afval aanbod instructie omschrijving",
            "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
          },
          "afvalwijzerBasisroutetypeId": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute type ID",
            "description": "De unieke identificatie van de basisroutetype afval ophalen"
          },
          "afvalwijzerRoutenaam": {
            "type": "string",
            "nullable": true,
            "title": "Afval ophaalroute naam",
            "description": "De naam van de basisroute"
          },
          "afvalwijzerPerXWeken": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute interval",
            "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
          },
          "afvalwijzerBuitenzettenVanafTot": {
            "type": "string",
            "nullable": true,
            "title": "Afval buitenzetten vanaf tot",
            "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
          },
          "afvalwijzerBuitenzettenVanaf": {
            "type": "string",
            "nullable": true,
            "title": "Afval buitenzetten vanaf omschrijving",
            "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
          },
          "afvalwijzerBuitenzettenTot": {
            "type": "string",
            "nullable": true,
            "title": "Afval buitenzetten tot omschrijving",
            "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
          },
          "afvalwijzerAfvalkalenderOpmerking": {
            "type": "string",
            "nullable": true,
            "title": "Afval wijze aanbieden omschrijving",
            "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
          },
          "afvalwijzerAfvalkalenderFrequentie": {
            "type": "string",
            "nullable": true,
            "title": "Afval ophalen frequentie",
            "description": "De frequentie waarmee het afval opgehaald wordt."
          },
          "afvalwijzerFractieNaam": {
            "type": "string",
            "nullable": true,
            "title": "Afval fractiesoort naam",
            "description": "Omschrijving van het soort afval"
          },
          "afvalwijzerFractieCode": {
            "type": "string",
            "nullable": true,
            "title": "Afval fractiesoort code",
            "description": "Nadere typering van het soort afval"
          },
          "afvalwijzerFractieVolgnummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "title": "Afval fractie volgnummer",
            "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app."
          },
          "afvalwijzerRoutetypeNaam": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute naam",
            "description": "De naam van de basisroute"
          },
          "afvalwijzerOphaaldagen": {
            "type": "string",
            "nullable": true,
            "title": "Afval ophaaldagen omschrijving",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
          },
          "afvalwijzerOphaaldagenArray": {
            "type": "array",
            "items": {
              "type": "string",
              "title": "Afvalwijzer ophaaldagen array"
            },
            "nullable": true,
            "title": "Afval ophaaldagen omschrijving",
            "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
          },
          "afvalwijzerAfvalkalenderMelding": {
            "type": "string",
            "nullable": true,
            "title": "Afval ophalen afwijkende dagen omschrijving",
            "description": "Aanvullende informatie over afwijkende ophaaldagen"
          },
          "afvalwijzerAfvalkalenderVan": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
            "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
          },
          "afvalwijzerAfvalkalenderTot": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
            "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
          },
          "afvalwijzerBasisroutetype": {
            "type": "string",
            "nullable": true,
            "title": "Basisroute type",
            "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
          },
          "afvalwijzerBasisroutetypeOmschrijving": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute type omschrijving",
            "description": "De omschrijving van het type van de basisroute"
          },
          "afvalwijzerBasisroutetypeCode": {
            "type": "string",
            "nullable": true,
            "title": "Afval basisroute type code",
            "description": "Nadere aanduiding van het type van de afval basisroute"
          },
          "afvalwijzerGeometrie": {
            "type": "object",
            "description": "GeoJSON geometry",
            "allOf": [
              {
                "type": "object",
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "required": [
                  "type"
                ],
                "properties": {
                  "type": {
                    "type": "string",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "description": "the geometry type"
                  },
                  "coordinates": {
                    "type": "array",
                    "minItems": 2,
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    }
                  }
                }
              },
              {
                "properties": {
                  "type": {
                    "type": "string",
                    "enum": [
                      "Point"
                    ]
                  },
                  "coordinates": {
                    "type": "array",
                    "description": "Point in 3D space",
                    "minItems": 2,
                    "maxItems": 3,
                    "items": {
                      "type": "number"
                    }
                  }
                }
              }
            ]
          },
          "afvalwijzerInstructie2": {
            "type": "string",
            "nullable": true,
            "title": "Afval aanvullende ophaalinstructie informatie",
            "description": "Aanvullende afval ophaalinstructie"
          },
          "afvalwijzerOphaaldagen2": {
            "type": "string",
            "nullable": true,
            "title": "Afval aanvullende ophaaldagen informatie",
            "description": "Aanvullende informatie over de ophaaldagen"
          },
          "afvalwijzerOphaaldagen2Array": {
            "type": "array",
            "items": {
              "type": "string",
              "title": "Afvalwijzer ophaaldagen 2 array"
            },
            "nullable": true,
            "title": "Afval aanvullende ophaaldagen informatie",
            "description": "Aanvullende informatie over de ophaaldagen"
          },
          "afvalwijzerWaar": {
            "type": "string",
            "nullable": true,
            "title": "Afval plaatslocatie omschrijving",
            "description": "Informatie over de plek waar het afval gezet mag worden."
          },
          "afvalwijzerBuitenzetten": {
            "type": "string",
            "nullable": true,
            "title": "De tijdstip buitenzetten",
            "description": "De tijdslot wanneer de afval buiten gezet mag worden"
          },
          "afvalwijzerButtontekst": {
            "type": "string",
            "nullable": true,
            "title": "Buttontekst",
            "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
          },
          "afvalwijzerUrl": {
            "type": "string",
            "nullable": true,
            "title": "Link naar aanvullende informatie",
            "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
          },
          "bagNummeraanduidingId": {
            "type": "string",
            "nullable": true,
            "title": "BAG Nummeraanduiding ID",
            "description": "Identificatie nummeraanduiding"
          },
          "gbdBuurtId": {
            "type": "string",
            "nullable": true,
            "title": "Gebied buurt ID",
            "description": "Unieke identificatie van het object"
          },
          "gbdBuurtCode": {
            "type": "string",
            "nullable": true,
            "title": "Gebied buurt code",
            "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
          },
          "afvalwijzerInzamelgebiedNaam": {
            "type": "string",
            "nullable": true,
            "title": "Afval inzamelgebied naam",
            "description": "De naam van het inzamelgebied"
          },
          "afvalwijzerInzamelgebiedCode": {
            "type": "string",
            "nullable": true,
            "title": "Afval inzamelgebied code",
            "description": "Nadere aanduiding van het inzamelgebied"
          }
        },
        "required": [
          "_links",
          "id"
        ]
      },
      "AfvalwijzerafvalwijzerLink": {
        "type": "object",
        "description": "The identifier of the relationship to afvalwijzer.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "string",
            "description": "Unieke aanduiding van het record."
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "AfvalwijzerdefaultAccAfvalwijzerLinks": {
        "type": "object",
        "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "type": "string",
            "format": "uri",
            "description": "The schema field is exposed with every record",
            "readOnly": true
          },
          "self": {
            "type": "object",
            "description": "The identifier of the relationship to accAfvalwijzer.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "Unieke aanduiding van het record."
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          }
        },
        "required": [
          "schema",
          "self"
        ]
      },
      "AfvalwijzerdefaultAfvalwijzerLinks": {
        "type": "object",
        "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "type": "string",
            "format": "uri",
            "description": "The schema field is exposed with every record",
            "readOnly": true
          },
          "self": {
            "type": "object",
            "description": "The identifier of the relationship to afvalwijzer.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "Unieke aanduiding van het record."
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          }
        },
        "required": [
          "schema",
          "self"
        ]
      },
      "PaginatedAfvalwijzeracc_afvalwijzerList": {
        "type": "object",
        "properties": {
          "page": {
            "type": "object",
            "properties": {
              "number": {
                "type": "integer",
                "example": 3
              },
              "size": {
                "type": "integer",
                "example": 20
              },
              "totalElements": {
                "type": "integer",
                "example": 5
              },
              "totalPages": {
                "type": "integer",
                "example": 3
              }
            }
          },
          "_links": {
            "type": "object",
            "properties": {
              "self": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                  }
                }
              },
              "next": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "nullable": true,
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                  }
                }
              },
              "previous": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "nullable": true,
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                  }
                }
              }
            }
          },
          "_embedded": {
            "type": "object",
            "properties": {
              "acc_afvalwijzer": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `accAfvalwijzer._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to accAfvalwijzer.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het record."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het record."
                    },
                    "straatnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                    },
                    "huisnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                    },
                    "huisletter": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "huisnummertoevoeging": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "postcode": {
                      "type": "string",
                      "nullable": true,
                      "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                    },
                    "woonplaatsnaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Woonplaats naam",
                      "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                    },
                    "statusAdres": {
                      "type": "string",
                      "nullable": true,
                      "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                    },
                    "gebruiksdoelWoonfunctie": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Gebruiksdoel woonfunctie code",
                      "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."
                    },
                    "afvalwijzerInstructie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanbod instructie omschrijving",
                      "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                    },
                    "afvalwijzerBasisroutetypeId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type ID",
                      "description": "De unieke identificatie van de basisroutetype afval ophalen"
                    },
                    "afvalwijzerRoutenaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaalroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerPerXWeken": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute interval",
                      "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                    },
                    "afvalwijzerBuitenzettenVanafTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf tot",
                      "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenVanaf": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf omschrijving",
                      "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten tot omschrijving",
                      "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerAfvalkalenderOpmerking": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval wijze aanbieden omschrijving",
                      "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                    },
                    "afvalwijzerAfvalkalenderFrequentie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen frequentie",
                      "description": "De frequentie waarmee het afval opgehaald wordt."
                    },
                    "afvalwijzerFractieNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort naam",
                      "description": "Omschrijving van het soort afval"
                    },
                    "afvalwijzerFractieCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort code",
                      "description": "Nadere typering van het soort afval"
                    },
                    "afvalwijzerRoutetypeNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerOphaaldagen": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen"
                      },
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerAfvalkalenderMelding": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen omschrijving",
                      "description": "Aanvullende informatie over afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderVan": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                      "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderTot": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                      "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerBasisroutetype": {
                      "type": "string",
                      "nullable": true,
                      "title": "Basisroute type",
                      "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                    },
                    "afvalwijzerBasisroutetypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type omschrijving",
                      "description": "De omschrijving van het type van de basisroute"
                    },
                    "afvalwijzerBasisroutetypeCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type code",
                      "description": "Nadere aanduiding van het type van de afval basisroute"
                    },
                    "afvalwijzerGeometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "allOf": [
                        {
                          "type": "object",
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "required": [
                            "type"
                          ],
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "description": "the geometry type"
                            },
                            "coordinates": {
                              "type": "array",
                              "minItems": 2,
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        {
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point"
                              ]
                            },
                            "coordinates": {
                              "type": "array",
                              "description": "Point in 3D space",
                              "minItems": 2,
                              "maxItems": 3,
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      ]
                    },
                    "afvalwijzerInstructie2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaalinstructie informatie",
                      "description": "Aanvullende afval ophaalinstructie"
                    },
                    "afvalwijzerOphaaldagen2": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen 2"
                      },
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerWaar": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval plaatslocatie omschrijving",
                      "description": "Informatie over de plek waar het afval gezet mag worden."
                    },
                    "afvalwijzerBuitenzetten": {
                      "type": "string",
                      "nullable": true,
                      "title": "De tijdstip buitenzetten",
                      "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                    },
                    "afvalwijzerButtontekst": {
                      "type": "string",
                      "nullable": true,
                      "title": "Buttontekst",
                      "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                    },
                    "afvalwijzerUrl": {
                      "type": "string",
                      "nullable": true,
                      "title": "Link naar aanvullende informatie",
                      "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                    },
                    "bagNummeraanduidingId": {
                      "type": "string",
                      "nullable": true,
                      "title": "BAG Nummeraanduiding ID",
                      "description": "Identificatie nummeraanduiding"
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt ID",
                      "description": "Unieke identificatie van het object"
                    },
                    "gbdBuurtCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt code",
                      "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                    },
                    "afvalwijzerInzamelgebiedNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied naam",
                      "description": "De naam van het inzamelgebied"
                    },
                    "afvalwijzerInzamelgebiedCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied code",
                      "description": "Nadere aanduiding van het inzamelgebied"
                    },
                    "afvalwijzerFractiecodeActief": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Afval fractiecode status",
                      "description": "Geeft aan of de fractiecode actief of niet is"
                    },
                    "afvalwijzerFractieVolgorde": {
                      "type": "string",
                      "nullable": true,
                      "title": "Volgorde van de fractie",
                      "description": "Volgorde van de fractie"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "PaginatedAfvalwijzerafvalwijzerList": {
        "type": "object",
        "properties": {
          "page": {
            "type": "object",
            "properties": {
              "number": {
                "type": "integer",
                "example": 3
              },
              "size": {
                "type": "integer",
                "example": 20
              },
              "totalElements": {
                "type": "integer",
                "example": 5
              },
              "totalPages": {
                "type": "integer",
                "example": 3
              }
            }
          },
          "_links": {
            "type": "object",
            "properties": {
              "self": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                  }
                }
              },
              "next": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "nullable": true,
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                  }
                }
              },
              "previous": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "nullable": true,
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                  }
                }
              }
            }
          },
          "_embedded": {
            "type": "object",
            "properties": {
              "afvalwijzer": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "Overzicht van informatie voor het aanbieden van afval per fractie per adres.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `afvalwijzer._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to afvalwijzer.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het record."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het record."
                    },
                    "straatnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een naam om openbare ruimten als straten, lanen, wegen en stegen mee aan te duiden."
                    },
                    "huisnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Een door het bevoegde gemeentelijke orgaan ten aanzien van een adresseerbaar object toegekende nummering."
                    },
                    "huisletter": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "huisnummertoevoeging": {
                      "type": "string",
                      "nullable": true,
                      "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"
                    },
                    "postcode": {
                      "type": "string",
                      "nullable": true,
                      "description": "De door PostNL vastgestelde code bestaande uit 4 cijfers en 2 letters"
                    },
                    "woonplaatsnaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Woonplaats naam",
                      "description": "Een woonplaatsnaam is de naam van een door het bevoegde gemeentelijke orgaan als zodanig aangewezen gedeelte van het gemeentelijk grondgebied"
                    },
                    "statusAdres": {
                      "type": "string",
                      "nullable": true,
                      "description": "De fase van de levenscyclus van een verblijfsobject, ligplaats of staanplaats waarin het betreffende object zich bevindt"
                    },
                    "gebruiksdoelWoonfunctie": {
                      "type": "boolean",
                      "nullable": true,
                      "title": "Gebruiksdoel woonfunctie code",
                      "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."
                    },
                    "afvalwijzerInstructie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanbod instructie omschrijving",
                      "description": "Instructie die aangeeft hoe het afval aangeboden mag worden"
                    },
                    "afvalwijzerBasisroutetypeId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type ID",
                      "description": "De unieke identificatie van de basisroutetype afval ophalen"
                    },
                    "afvalwijzerRoutenaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaalroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerPerXWeken": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute interval",
                      "description": "Het interval in weken waarmee deze basisroute ingepland moet worden."
                    },
                    "afvalwijzerBuitenzettenVanafTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf tot",
                      "description": "Opmerking die aangeeft wannner de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenVanaf": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten vanaf omschrijving",
                      "description": "Opmerking die aangeeft vanaf wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerBuitenzettenTot": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval buitenzetten tot omschrijving",
                      "description": "Opmerking die aangeeft tot wanneer de afval buiten mag gezet worden"
                    },
                    "afvalwijzerAfvalkalenderOpmerking": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval wijze aanbieden omschrijving",
                      "description": "Aanvullende opmerking over de manier van het aanbieden van het afval"
                    },
                    "afvalwijzerAfvalkalenderFrequentie": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen frequentie",
                      "description": "De frequentie waarmee het afval opgehaald wordt."
                    },
                    "afvalwijzerFractieNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort naam",
                      "description": "Omschrijving van het soort afval"
                    },
                    "afvalwijzerFractieCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval fractiesoort code",
                      "description": "Nadere typering van het soort afval"
                    },
                    "afvalwijzerFractieVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Afval fractie volgnummer",
                      "description": "Sorteer volgorde van weergave van fracties in de afvalwijzer app."
                    },
                    "afvalwijzerRoutetypeNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute naam",
                      "description": "De naam van de basisroute"
                    },
                    "afvalwijzerOphaaldagen": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerOphaaldagenArray": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen array"
                      },
                      "nullable": true,
                      "title": "Afval ophaaldagen omschrijving",
                      "description": "Omschrijving van de dagen waarop het afval wordt opgehaald"
                    },
                    "afvalwijzerAfvalkalenderMelding": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen omschrijving",
                      "description": "Aanvullende informatie over afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderVan": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen startdatum geldigheid",
                      "description": "Begindatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerAfvalkalenderTot": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "title": "Afval ophalen afwijkende dagen einddatum geldigheid",
                      "description": "Einddatum van de geldigheid van de aanvullende informatie over de afwijkende ophaaldagen"
                    },
                    "afvalwijzerBasisroutetype": {
                      "type": "string",
                      "nullable": true,
                      "title": "Basisroute type",
                      "description": "Type basisroute geeft aan wat voor inzamelmethode voor een route van tepassing is. "
                    },
                    "afvalwijzerBasisroutetypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type omschrijving",
                      "description": "De omschrijving van het type van de basisroute"
                    },
                    "afvalwijzerBasisroutetypeCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval basisroute type code",
                      "description": "Nadere aanduiding van het type van de afval basisroute"
                    },
                    "afvalwijzerGeometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "allOf": [
                        {
                          "type": "object",
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "required": [
                            "type"
                          ],
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "description": "the geometry type"
                            },
                            "coordinates": {
                              "type": "array",
                              "minItems": 2,
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        {
                          "properties": {
                            "type": {
                              "type": "string",
                              "enum": [
                                "Point"
                              ]
                            },
                            "coordinates": {
                              "type": "array",
                              "description": "Point in 3D space",
                              "minItems": 2,
                              "maxItems": 3,
                              "items": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      ]
                    },
                    "afvalwijzerInstructie2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaalinstructie informatie",
                      "description": "Aanvullende afval ophaalinstructie"
                    },
                    "afvalwijzerOphaaldagen2": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerOphaaldagen2Array": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "title": "Afvalwijzer ophaaldagen 2 array"
                      },
                      "nullable": true,
                      "title": "Afval aanvullende ophaaldagen informatie",
                      "description": "Aanvullende informatie over de ophaaldagen"
                    },
                    "afvalwijzerWaar": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval plaatslocatie omschrijving",
                      "description": "Informatie over de plek waar het afval gezet mag worden."
                    },
                    "afvalwijzerBuitenzetten": {
                      "type": "string",
                      "nullable": true,
                      "title": "De tijdstip buitenzetten",
                      "description": "De tijdslot wanneer de afval buiten gezet mag worden"
                    },
                    "afvalwijzerButtontekst": {
                      "type": "string",
                      "nullable": true,
                      "title": "Buttontekst",
                      "description": "De instructietekst die op een knop verschijnt om het afspraakformulier te starten."
                    },
                    "afvalwijzerUrl": {
                      "type": "string",
                      "nullable": true,
                      "title": "Link naar aanvullende informatie",
                      "description": "URL die verwijst naar externe of interne websites voor relevante informatie."
                    },
                    "bagNummeraanduidingId": {
                      "type": "string",
                      "nullable": true,
                      "title": "BAG Nummeraanduiding ID",
                      "description": "Identificatie nummeraanduiding"
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt ID",
                      "description": "Unieke identificatie van het object"
                    },
                    "gbdBuurtCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Gebied buurt code",
                      "description": "Unieke code (hierin zie je de Stadsdeel- en Wijkcode terug)"
                    },
                    "afvalwijzerInzamelgebiedNaam": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied naam",
                      "description": "De naam van het inzamelgebied"
                    },
                    "afvalwijzerInzamelgebiedCode": {
                      "type": "string",
                      "nullable": true,
                      "title": "Afval inzamelgebied code",
                      "description": "Nadere aanduiding van het inzamelgebied"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "Geometry": {
        "type": "object",
        "description": "GeoJSON geometry",
        "discriminator": {
          "propertyName": "type"
        },
        "required": [
          "type"
        ],
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "Point",
              "LineString",
              "Polygon",
              "MultiPoint",
              "MultiLineString",
              "MultiPolygon"
            ],
            "description": "the geometry type"
          },
          "coordinates": {
            "type": "array",
            "minItems": 2,
            "description": "Based on the geometry type, a point or collection of points.",
            "items": {
              "type": "number"
            }
          }
        }
      },
      "Point3D": {
        "type": "array",
        "description": "Point in 3D space",
        "minItems": 2,
        "maxItems": 3,
        "items": {
          "type": "number"
        }
      },
      "Point": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point"
                ]
              },
              "coordinates": {
                "type": "array",
                "description": "Point in 3D space",
                "minItems": 2,
                "maxItems": 3,
                "items": {
                  "type": "number"
                }
              }
            }
          }
        ]
      },
      "LineString": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "LineString"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "description": "Point in 3D space",
                  "minItems": 2,
                  "maxItems": 3,
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        ]
      },
      "Polygon": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Polygon"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "description": "Point in 3D space",
                    "minItems": 2,
                    "maxItems": 3,
                    "items": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "MultiPoint": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiPoint"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "description": "Point in 3D space",
                  "minItems": 2,
                  "maxItems": 3,
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        ]
      },
      "MultiLineString": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiLineString"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "description": "Point in 3D space",
                    "minItems": 2,
                    "maxItems": 3,
                    "items": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "MultiPolygon": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiPolygon"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "items": {
                      "type": "array",
                      "description": "Point in 3D space",
                      "minItems": 2,
                      "maxItems": 3,
                      "items": {
                        "type": "number"
                      }
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "GeometryCollection": {
        "type": "object",
        "description": "GeoJSON geometry collection",
        "required": [
          "type",
          "geometries"
        ],
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "GeometryCollection"
            ]
          },
          "geometries": {
            "type": "array",
            "items": {
              "type": "object",
              "description": "GeoJSON geometry",
              "discriminator": {
                "propertyName": "type"
              },
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "enum": [
                    "Point",
                    "LineString",
                    "Polygon",
                    "MultiPoint",
                    "MultiLineString",
                    "MultiPolygon"
                  ],
                  "description": "the geometry type"
                },
                "coordinates": {
                  "type": "array",
                  "minItems": 2,
                  "description": "Based on the geometry type, a point or collection of points.",
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        }
      }
    },
    "securitySchemes": {
      "oauth2": {
        "type": "oauth2",
        "flows": {
          "implicit": {
            "authorizationUrl": "https://iam.amsterdam.nl/auth/realms/datapunt-ad/protocol/openid-connect/auth",
            "scopes": {}
          }
        }
      }
    }
  },
  "x-versions": {
    "default": {
      "url": "https://api.data.amsterdam.nl/v1/afvalwijzer",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "afvalwijzer": "stable",
        "acc_afvalwijzer": "stable"
      },
      "pathsUnderDevelopment": false
    },
    "v1": {
      "url": "https://api.data.amsterdam.nl/v1/afvalwijzer/v1",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "afvalwijzer": "stable",
        "acc_afvalwijzer": "stable"
      },
      "pathsUnderDevelopment": false,
      "pathsDeprecated": false
    }
  }
}