{
  "openapi": "3.0.3",
  "info": {
    "title": "Indicatoren",
    "version": "0.0.1",
    "description": "Met deze dataset worden de indicatoren gemeten voor het schoon, heel en veilig houden van de Openbare Ruimte.",
    "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/indicatoren.html"
  },
  "paths": {
    "/buurt": {
      "get": {
        "operationId": "indicatoren_buurt_list",
        "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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "GbdBuurt": {
                "value": "gbdBuurt",
                "summary": "gbdBuurt",
                "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdBuurt.ligtInGgpgebied": {
                "value": "gbdBuurt.ligtInGgpgebied",
                "summary": "gbdBuurt.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgpgebied.bestaatUitBuurten": {
                "value": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten",
                "summary": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggpgebied bestaat"
              },
              "GbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInGgwgebied": {
                "value": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInGgwgebied",
                "summary": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgpgebied.ligtInStadsdeel": {
                "value": "gbdBuurt.ligtInGgpgebied.ligtInStadsdeel",
                "summary": "gbdBuurt.ligtInGgpgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het ggpgebied in ligt"
              },
              "GbdBuurt.ligtInGgpgebied.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdBuurt.ligtInGgpgebied.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdBuurt.ligtInGgpgebied.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdBuurt.ligtInGgwgebied": {
                "value": "gbdBuurt.ligtInGgwgebied",
                "summary": "gbdBuurt.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgwgebied.bestaatUitBuurten": {
                "value": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten",
                "summary": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdBuurt.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdBuurt.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdBuurt.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdBuurt.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdBuurt.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdBuurt.ligtInWijk": {
                "value": "gbdBuurt.ligtInWijk",
                "summary": "gbdBuurt.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdBuurt.ligtInWijk.ligtInGgwgebied": {
                "value": "gbdBuurt.ligtInWijk.ligtInGgwgebied",
                "summary": "gbdBuurt.ligtInWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdBuurt.ligtInWijk.ligtInGgwgebied.bestaatUitBuurten": {
                "value": "gbdBuurt.ligtInWijk.ligtInGgwgebied.bestaatUitBuurten",
                "summary": "gbdBuurt.ligtInWijk.ligtInGgwgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdBuurt.ligtInWijk.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdBuurt.ligtInWijk.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdBuurt.ligtInWijk.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdBuurt.ligtInWijk.ligtInStadsdeel": {
                "value": "gbdBuurt.ligtInWijk.ligtInStadsdeel",
                "summary": "gbdBuurt.ligtInWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdBuurt.ligtInWijk.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdBuurt.ligtInWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdBuurt.ligtInWijk.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdGgw": {
                "value": "gbdGgw",
                "summary": "gbdGgw",
                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdGgw.bestaatUitBuurten": {
                "value": "gbdGgw.bestaatUitBuurten",
                "summary": "gbdGgw.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het ggpgebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdGgw.ligtInStadsdeel": {
                "value": "gbdGgw.ligtInStadsdeel",
                "summary": "gbdGgw.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdStadsdeel": {
                "value": "gbdStadsdeel",
                "summary": "gbdStadsdeel",
                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdStadsdeel.ligtInGemeente": {
                "value": "gbdStadsdeel.ligtInGemeente",
                "summary": "gbdStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdWijk": {
                "value": "gbdWijk",
                "summary": "gbdWijk",
                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdWijk.ligtInGgwgebied": {
                "value": "gbdWijk.ligtInGgwgebied",
                "summary": "gbdWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdWijk.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdWijk.ligtInStadsdeel": {
                "value": "gbdWijk.ligtInStadsdeel",
                "summary": "gbdWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdWijk.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente,gbdBuurt,gbdBuurt.ligtInGgpgebied,gbdBuurt.ligtInGgpgebied.bestaatUitBuurten,gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInGgwgebied,gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInWijk,gbdBuurt.ligtInGgpgebied.ligtInStadsdeel,gbdBuurt.ligtInGgpgebied.ligtInStadsdeel.ligtInGemeente,gbdBuurt.ligtInGgwgebied,gbdBuurt.ligtInGgwgebied.bestaatUitBuurten,gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied,gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk,gbdBuurt.ligtInGgwgebied.ligtInStadsdeel,gbdBuurt.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente,gbdBuurt.ligtInWijk,gbdBuurt.ligtInWijk.ligtInGgwgebied,gbdBuurt.ligtInWijk.ligtInGgwgebied.bestaatUitBuurten,gbdBuurt.ligtInWijk.ligtInGgwgebied.ligtInStadsdeel,gbdBuurt.ligtInWijk.ligtInStadsdeel,gbdBuurt.ligtInWijk.ligtInStadsdeel.ligtInGemeente,gbdGgw,gbdGgw.bestaatUitBuurten,gbdGgw.bestaatUitBuurten.ligtInGgpgebied,gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInWijk,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel,gbdGgw.ligtInStadsdeel,gbdGgw.ligtInStadsdeel.ligtInGemeente,gbdStadsdeel,gbdStadsdeel.ligtInGemeente,gbdWijk,gbdWijk.ligtInGgwgebied,gbdWijk.ligtInGgwgebied.bestaatUitBuurten,gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied,gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk,gbdWijk.ligtInGgwgebied.ligtInStadsdeel,gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente,gbdWijk.ligtInStadsdeel,gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurt.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurt.identificatie[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": "gbdBuurt.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurt.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurt.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurt.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtNaam",
            "in": "query",
            "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtNaam[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": "gbdBuurtNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtVolgnummer",
            "in": "query",
            "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[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": "gbdBuurtVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "gbdGgw.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[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": "gbdGgw.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgwNaam",
            "in": "query",
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[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": "gbdGgwNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeel.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[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": "gbdStadsdeel.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelNaam",
            "in": "query",
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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": "gbdStadsdeelNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijk.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijk.identificatie[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": "gbdWijk.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijk.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijk.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijk.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijkNaam",
            "in": "query",
            "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijkNaam[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": "gbdWijkNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijkNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          }
        ],
        "tags": [
          "buurt"
        ],
        "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": {
                        "buurt": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "buurt",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `buurt._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 buurt.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdBuurt": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to buurten.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdWijk": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to wijken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdBuurt",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "gbdWijk",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdBuurtVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdBuurtNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdWijkId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdWijkNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdBuurtId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "gbdWijkId",
                              "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": {
                        "buurt": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "buurt",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `buurt._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 buurt.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdBuurt": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to buurten.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdWijk": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to wijken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdBuurt",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "gbdWijk",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdBuurtVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdBuurtNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdWijkId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdWijkNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdBuurtId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "gbdWijkId",
                              "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": {
                        "buurt": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "buurt",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `buurt._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 buurt.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdBuurt": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to buurten.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdWijk": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to wijken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdBuurt",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "gbdWijk",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdBuurtId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdBuurtVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdBuurtNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdWijkId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdWijkNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdBuurtId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "gbdWijkId",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/buurt/{id}": {
      "get": {
        "operationId": "indicatoren_buurt_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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "GbdBuurt": {
                "value": "gbdBuurt",
                "summary": "gbdBuurt",
                "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdBuurt.ligtInGgpgebied": {
                "value": "gbdBuurt.ligtInGgpgebied",
                "summary": "gbdBuurt.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgpgebied.bestaatUitBuurten": {
                "value": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten",
                "summary": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggpgebied bestaat"
              },
              "GbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInGgwgebied": {
                "value": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInGgwgebied",
                "summary": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgpgebied.ligtInStadsdeel": {
                "value": "gbdBuurt.ligtInGgpgebied.ligtInStadsdeel",
                "summary": "gbdBuurt.ligtInGgpgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het ggpgebied in ligt"
              },
              "GbdBuurt.ligtInGgpgebied.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdBuurt.ligtInGgpgebied.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdBuurt.ligtInGgpgebied.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdBuurt.ligtInGgwgebied": {
                "value": "gbdBuurt.ligtInGgwgebied",
                "summary": "gbdBuurt.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgwgebied.bestaatUitBuurten": {
                "value": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten",
                "summary": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdBuurt.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdBuurt.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdBuurt.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdBuurt.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdBuurt.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdBuurt.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdBuurt.ligtInWijk": {
                "value": "gbdBuurt.ligtInWijk",
                "summary": "gbdBuurt.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdBuurt.ligtInWijk.ligtInGgwgebied": {
                "value": "gbdBuurt.ligtInWijk.ligtInGgwgebied",
                "summary": "gbdBuurt.ligtInWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdBuurt.ligtInWijk.ligtInGgwgebied.bestaatUitBuurten": {
                "value": "gbdBuurt.ligtInWijk.ligtInGgwgebied.bestaatUitBuurten",
                "summary": "gbdBuurt.ligtInWijk.ligtInGgwgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdBuurt.ligtInWijk.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdBuurt.ligtInWijk.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdBuurt.ligtInWijk.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdBuurt.ligtInWijk.ligtInStadsdeel": {
                "value": "gbdBuurt.ligtInWijk.ligtInStadsdeel",
                "summary": "gbdBuurt.ligtInWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdBuurt.ligtInWijk.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdBuurt.ligtInWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdBuurt.ligtInWijk.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdGgw": {
                "value": "gbdGgw",
                "summary": "gbdGgw",
                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdGgw.bestaatUitBuurten": {
                "value": "gbdGgw.bestaatUitBuurten",
                "summary": "gbdGgw.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het ggpgebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdGgw.ligtInStadsdeel": {
                "value": "gbdGgw.ligtInStadsdeel",
                "summary": "gbdGgw.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdStadsdeel": {
                "value": "gbdStadsdeel",
                "summary": "gbdStadsdeel",
                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdStadsdeel.ligtInGemeente": {
                "value": "gbdStadsdeel.ligtInGemeente",
                "summary": "gbdStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdWijk": {
                "value": "gbdWijk",
                "summary": "gbdWijk",
                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdWijk.ligtInGgwgebied": {
                "value": "gbdWijk.ligtInGgwgebied",
                "summary": "gbdWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdWijk.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdWijk.ligtInStadsdeel": {
                "value": "gbdWijk.ligtInStadsdeel",
                "summary": "gbdWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdWijk.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente,gbdBuurt,gbdBuurt.ligtInGgpgebied,gbdBuurt.ligtInGgpgebied.bestaatUitBuurten,gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInGgwgebied,gbdBuurt.ligtInGgpgebied.bestaatUitBuurten.ligtInWijk,gbdBuurt.ligtInGgpgebied.ligtInStadsdeel,gbdBuurt.ligtInGgpgebied.ligtInStadsdeel.ligtInGemeente,gbdBuurt.ligtInGgwgebied,gbdBuurt.ligtInGgwgebied.bestaatUitBuurten,gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied,gbdBuurt.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk,gbdBuurt.ligtInGgwgebied.ligtInStadsdeel,gbdBuurt.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente,gbdBuurt.ligtInWijk,gbdBuurt.ligtInWijk.ligtInGgwgebied,gbdBuurt.ligtInWijk.ligtInGgwgebied.bestaatUitBuurten,gbdBuurt.ligtInWijk.ligtInGgwgebied.ligtInStadsdeel,gbdBuurt.ligtInWijk.ligtInStadsdeel,gbdBuurt.ligtInWijk.ligtInStadsdeel.ligtInGemeente,gbdGgw,gbdGgw.bestaatUitBuurten,gbdGgw.bestaatUitBuurten.ligtInGgpgebied,gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInWijk,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel,gbdGgw.ligtInStadsdeel,gbdGgw.ligtInStadsdeel.ligtInGemeente,gbdStadsdeel,gbdStadsdeel.ligtInGemeente,gbdWijk,gbdWijk.ligtInGgwgebied,gbdWijk.ligtInGgwgebied.bestaatUitBuurten,gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied,gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk,gbdWijk.ligtInGgwgebied.ligtInStadsdeel,gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente,gbdWijk.ligtInStadsdeel,gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurt.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurt.identificatie[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": "gbdBuurt.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurt.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurt.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurt.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtNaam",
            "in": "query",
            "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtNaam[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": "gbdBuurtNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdBuurtNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdBuurtVolgnummer",
            "in": "query",
            "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[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": "gbdBuurtVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdBuurtVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "gbdGgw.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[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": "gbdGgw.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgwNaam",
            "in": "query",
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[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": "gbdGgwNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeel.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[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": "gbdStadsdeel.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelNaam",
            "in": "query",
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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": "gbdStadsdeelNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijk.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijk.identificatie[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": "gbdWijk.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijk.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijk.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijk.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijkNaam",
            "in": "query",
            "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijkNaam[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": "gbdWijkNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijkNaam[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 identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "buurt"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "buurt",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `buurt._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 buurt.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdBuurt": {
                              "type": "object",
                              "description": "The identifier of the relationship to buurten.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdWijk": {
                              "type": "object",
                              "description": "The identifier of the relationship to wijken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdBuurt",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "gbdWijk",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdBuurtVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdBuurtNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdWijkId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdWijkNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdBuurtId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "gbdWijkId",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "buurt",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `buurt._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 buurt.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdBuurt": {
                              "type": "object",
                              "description": "The identifier of the relationship to buurten.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdWijk": {
                              "type": "object",
                              "description": "The identifier of the relationship to wijken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdBuurt",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "gbdWijk",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdBuurtVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdBuurtNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdWijkId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdWijkNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdBuurtId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "gbdWijkId",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "buurt",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `buurt._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 buurt.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdBuurt": {
                              "type": "object",
                              "description": "The identifier of the relationship to buurten.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdWijk": {
                              "type": "object",
                              "description": "The identifier of the relationship to wijken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdBuurt",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "gbdWijk",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdBuurtVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdBuurtNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdWijkId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdWijkNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdBuurtId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "gbdWijkId",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/ggw": {
      "get": {
        "operationId": "indicatoren_ggw_list",
        "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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "GbdGgw": {
                "value": "gbdGgw",
                "summary": "gbdGgw",
                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdGgw.bestaatUitBuurten": {
                "value": "gbdGgw.bestaatUitBuurten",
                "summary": "gbdGgw.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het ggpgebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdGgw.ligtInStadsdeel": {
                "value": "gbdGgw.ligtInStadsdeel",
                "summary": "gbdGgw.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdStadsdeel": {
                "value": "gbdStadsdeel",
                "summary": "gbdStadsdeel",
                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdStadsdeel.ligtInGemeente": {
                "value": "gbdStadsdeel.ligtInGemeente",
                "summary": "gbdStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente,gbdGgw,gbdGgw.bestaatUitBuurten,gbdGgw.bestaatUitBuurten.ligtInGgpgebied,gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInWijk,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel,gbdGgw.ligtInStadsdeel,gbdGgw.ligtInStadsdeel.ligtInGemeente,gbdStadsdeel,gbdStadsdeel.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgw.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[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": "gbdGgw.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgwNaam",
            "in": "query",
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[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": "gbdGgwNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgwVolgnummer",
            "in": "query",
            "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[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": "gbdGgwVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "gbdStadsdeel.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[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": "gbdStadsdeel.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelNaam",
            "in": "query",
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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": "gbdStadsdeelNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          }
        ],
        "tags": [
          "ggw"
        ],
        "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": {
                        "ggw": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "ggw",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `ggw._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 ggw.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "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": {
                        "ggw": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "ggw",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `ggw._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 ggw.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "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": {
                        "ggw": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "ggw",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `ggw._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 ggw.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/ggw/{id}": {
      "get": {
        "operationId": "indicatoren_ggw_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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "GbdGgw": {
                "value": "gbdGgw",
                "summary": "gbdGgw",
                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdGgw.bestaatUitBuurten": {
                "value": "gbdGgw.bestaatUitBuurten",
                "summary": "gbdGgw.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het ggpgebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdGgw.ligtInStadsdeel": {
                "value": "gbdGgw.ligtInStadsdeel",
                "summary": "gbdGgw.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdStadsdeel": {
                "value": "gbdStadsdeel",
                "summary": "gbdStadsdeel",
                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdStadsdeel.ligtInGemeente": {
                "value": "gbdStadsdeel.ligtInGemeente",
                "summary": "gbdStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente,gbdGgw,gbdGgw.bestaatUitBuurten,gbdGgw.bestaatUitBuurten.ligtInGgpgebied,gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInWijk,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel,gbdGgw.ligtInStadsdeel,gbdGgw.ligtInStadsdeel.ligtInGemeente,gbdStadsdeel,gbdStadsdeel.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgw.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[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": "gbdGgw.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgwNaam",
            "in": "query",
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[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": "gbdGgwNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgwVolgnummer",
            "in": "query",
            "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[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": "gbdGgwVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdGgwVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "gbdStadsdeel.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[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": "gbdStadsdeel.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelNaam",
            "in": "query",
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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": "gbdStadsdeelNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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 identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "ggw"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "ggw",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `ggw._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 ggw.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "ggw",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `ggw._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 ggw.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "ggw",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `ggw._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 ggw.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/stadsdeel": {
      "get": {
        "operationId": "indicatoren_stadsdeel_list",
        "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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "GbdStadsdeel": {
                "value": "gbdStadsdeel",
                "summary": "gbdStadsdeel",
                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdStadsdeel.ligtInGemeente": {
                "value": "gbdStadsdeel.ligtInGemeente",
                "summary": "gbdStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente,gbdStadsdeel,gbdStadsdeel.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeel.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[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": "gbdStadsdeel.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelNaam",
            "in": "query",
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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": "gbdStadsdeelNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer",
            "in": "query",
            "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[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": "gbdStadsdeelVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          }
        ],
        "tags": [
          "stadsdeel"
        ],
        "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": {
                        "stadsdeel": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "stadsdeel",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `stadsdeel._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 stadsdeel.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdStadsdeel",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdStadsdeelId",
                              "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": {
                        "stadsdeel": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "stadsdeel",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `stadsdeel._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 stadsdeel.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdStadsdeel",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdStadsdeelId",
                              "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": {
                        "stadsdeel": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "stadsdeel",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `stadsdeel._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 stadsdeel.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdStadsdeel",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdStadsdeelId",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/stadsdeel/{id}": {
      "get": {
        "operationId": "indicatoren_stadsdeel_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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "GbdStadsdeel": {
                "value": "gbdStadsdeel",
                "summary": "gbdStadsdeel",
                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdStadsdeel.ligtInGemeente": {
                "value": "gbdStadsdeel.ligtInGemeente",
                "summary": "gbdStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente,gbdStadsdeel,gbdStadsdeel.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeel.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[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": "gbdStadsdeel.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelNaam",
            "in": "query",
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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": "gbdStadsdeelNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer",
            "in": "query",
            "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[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": "gbdStadsdeelVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdStadsdeelVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "required": true
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "stadsdeel"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "stadsdeel",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `stadsdeel._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 stadsdeel.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdStadsdeel",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdStadsdeelId",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "stadsdeel",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `stadsdeel._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 stadsdeel.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdStadsdeel",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdStadsdeelId",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "stadsdeel",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `stadsdeel._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 stadsdeel.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdStadsdeel",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdStadsdeelId",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/wijk": {
      "get": {
        "operationId": "indicatoren_wijk_list",
        "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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "GbdGgw": {
                "value": "gbdGgw",
                "summary": "gbdGgw",
                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdGgw.bestaatUitBuurten": {
                "value": "gbdGgw.bestaatUitBuurten",
                "summary": "gbdGgw.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het ggpgebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdGgw.ligtInStadsdeel": {
                "value": "gbdGgw.ligtInStadsdeel",
                "summary": "gbdGgw.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdStadsdeel": {
                "value": "gbdStadsdeel",
                "summary": "gbdStadsdeel",
                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdStadsdeel.ligtInGemeente": {
                "value": "gbdStadsdeel.ligtInGemeente",
                "summary": "gbdStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdWijk": {
                "value": "gbdWijk",
                "summary": "gbdWijk",
                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdWijk.ligtInGgwgebied": {
                "value": "gbdWijk.ligtInGgwgebied",
                "summary": "gbdWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdWijk.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdWijk.ligtInStadsdeel": {
                "value": "gbdWijk.ligtInStadsdeel",
                "summary": "gbdWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdWijk.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente,gbdGgw,gbdGgw.bestaatUitBuurten,gbdGgw.bestaatUitBuurten.ligtInGgpgebied,gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInWijk,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel,gbdGgw.ligtInStadsdeel,gbdGgw.ligtInStadsdeel.ligtInGemeente,gbdStadsdeel,gbdStadsdeel.ligtInGemeente,gbdWijk,gbdWijk.ligtInGgwgebied,gbdWijk.ligtInGgwgebied.bestaatUitBuurten,gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied,gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk,gbdWijk.ligtInGgwgebied.ligtInStadsdeel,gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente,gbdWijk.ligtInStadsdeel,gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgw.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[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": "gbdGgw.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgwNaam",
            "in": "query",
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[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": "gbdGgwNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeel.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[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": "gbdStadsdeel.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelNaam",
            "in": "query",
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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": "gbdStadsdeelNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijk.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijk.identificatie[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": "gbdWijk.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijk.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijk.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijk.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijkNaam",
            "in": "query",
            "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijkNaam[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": "gbdWijkNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijkNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijkVolgnummer",
            "in": "query",
            "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[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": "gbdWijkVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          }
        ],
        "tags": [
          "wijk"
        ],
        "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": {
                        "wijk": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "wijk",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `wijk._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 wijk.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdWijk": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to wijken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "gbdWijk",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdWijkId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdWijkVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdWijkNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "gbdWijkId",
                              "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": {
                        "wijk": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "wijk",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `wijk._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 wijk.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdWijk": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to wijken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "gbdWijk",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdWijkId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdWijkVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdWijkNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "gbdWijkId",
                              "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": {
                        "wijk": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "wijk",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `wijk._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 wijk.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "gbdWijk": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to wijken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdGgw": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to ggwgebieden.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "gbdStadsdeel": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to stadsdelen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "gbdGgw",
                                      "gbdStadsdeel",
                                      "gbdWijk",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "gbdWijkId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdWijkVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "gbdWijkNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdGgwId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdGgwNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "gbdStadsdeelId": {
                                "type": "string",
                                "title": "Object ID",
                                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "gbdStadsdeelNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "gbdGgwId",
                              "gbdStadsdeelId",
                              "gbdWijkId",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/wijk/{id}": {
      "get": {
        "operationId": "indicatoren_wijk_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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "GbdGgw": {
                "value": "gbdGgw",
                "summary": "gbdGgw",
                "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdGgw.bestaatUitBuurten": {
                "value": "gbdGgw.bestaatUitBuurten",
                "summary": "gbdGgw.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het ggpgebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel": {
                "value": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "summary": "gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdGgw.ligtInStadsdeel": {
                "value": "gbdGgw.ligtInStadsdeel",
                "summary": "gbdGgw.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdGgw.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdGgw.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdStadsdeel": {
                "value": "gbdStadsdeel",
                "summary": "gbdStadsdeel",
                "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdStadsdeel.ligtInGemeente": {
                "value": "gbdStadsdeel.ligtInGemeente",
                "summary": "gbdStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdWijk": {
                "value": "gbdWijk",
                "summary": "gbdWijk",
                "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "GbdWijk.ligtInGgwgebied": {
                "value": "gbdWijk.ligtInGgwgebied",
                "summary": "gbdWijk.ligtInGgwgebied",
                "description": "Het gebiedsgericht werken gebied waar de wijk in ligt"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten",
                "description": "De gebieden waaruit dit ggwgebied bestaat"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied",
                "description": "Het GGP gebied waar de buurt in ligt"
              },
              "GbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk": {
                "value": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "summary": "gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk",
                "description": "De wijk waar de buurt in ligt"
              },
              "GbdWijk.ligtInGgwgebied.ligtInStadsdeel": {
                "value": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel",
                "summary": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel",
                "description": "Het stadsdeel waar het gebied in ligt"
              },
              "GbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "GbdWijk.ligtInStadsdeel": {
                "value": "gbdWijk.ligtInStadsdeel",
                "summary": "gbdWijk.ligtInStadsdeel",
                "description": "Het stadsdeel waar de wijk in ligt"
              },
              "GbdWijk.ligtInStadsdeel.ligtInGemeente": {
                "value": "gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "description": "De gemeente waar het stadsdeel in ligt"
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente,gbdGgw,gbdGgw.bestaatUitBuurten,gbdGgw.bestaatUitBuurten.ligtInGgpgebied,gbdGgw.bestaatUitBuurten.ligtInGgpgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInGgwgebied.ligtInStadsdeel,gbdGgw.bestaatUitBuurten.ligtInWijk,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInGgwgebied,gbdGgw.bestaatUitBuurten.ligtInWijk.ligtInStadsdeel,gbdGgw.ligtInStadsdeel,gbdGgw.ligtInStadsdeel.ligtInGemeente,gbdStadsdeel,gbdStadsdeel.ligtInGemeente,gbdWijk,gbdWijk.ligtInGgwgebied,gbdWijk.ligtInGgwgebied.bestaatUitBuurten,gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInGgpgebied,gbdWijk.ligtInGgwgebied.bestaatUitBuurten.ligtInWijk,gbdWijk.ligtInGgwgebied.ligtInStadsdeel,gbdWijk.ligtInGgwgebied.ligtInStadsdeel.ligtInGemeente,gbdWijk.ligtInStadsdeel,gbdWijk.ligtInStadsdeel.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgw.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[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": "gbdGgw.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgw.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgw.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdGgwNaam",
            "in": "query",
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[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": "gbdGgwNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdGgwNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdGgwNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeel.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[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": "gbdStadsdeel.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeel.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdStadsdeelNaam",
            "in": "query",
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[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": "gbdStadsdeelNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdStadsdeelNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdStadsdeelNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijk.identificatie",
            "in": "query",
            "description": "Uniek identificerend kenmerk voor het object dat onveranderlijk is zolang het object bestaat",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijk.identificatie[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": "gbdWijk.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijk.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijk.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijk.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijkNaam",
            "in": "query",
            "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijkNaam[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": "gbdWijkNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gbdWijkNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gbdWijkVolgnummer",
            "in": "query",
            "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[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": "gbdWijkVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gbdWijkVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "gbdWijkVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "required": true
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "wijk"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "wijk",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `wijk._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 wijk.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdWijk": {
                              "type": "object",
                              "description": "The identifier of the relationship to wijken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "gbdWijk",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdWijkId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdWijkVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdWijkNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "gbdWijkId",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "wijk",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `wijk._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 wijk.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdWijk": {
                              "type": "object",
                              "description": "The identifier of the relationship to wijken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "gbdWijk",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdWijkId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdWijkVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdWijkNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "gbdWijkId",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "wijk",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `wijk._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 wijk.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdWijk": {
                              "type": "object",
                              "description": "The identifier of the relationship to wijken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "gbdWijk",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdWijkId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdWijkVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdWijkNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "gbdWijkId",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/woonplaats": {
      "get": {
        "operationId": "indicatoren_woonplaats_list",
        "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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer",
            "in": "query",
            "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[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": "bagWoonplaatsVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          }
        ],
        "tags": [
          "woonplaats"
        ],
        "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": {
                        "woonplaats": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "woonplaats",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `woonplaats._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 woonplaats.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "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": {
                        "woonplaats": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "woonplaats",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `woonplaats._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 woonplaats.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "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": {
                        "woonplaats": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "woonplaats",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `woonplaats._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 woonplaats.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke identifier voor de indicator."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      },
                                      "bagWoonplaats": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to woonplaatsen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "identificatie": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "identificatie",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "bagWoonplaats",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke identifier voor de indicator."
                              },
                              "indNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "De naam voor de indicator."
                              },
                              "indWaarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Berekende waarde van de indicator op basis van de brondata."
                              },
                              "indTeller": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                              },
                              "indNoemer": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                              },
                              "indNorm": {
                                "type": "string",
                                "nullable": true,
                                "description": "Vastgestelde norm-waarde voor de indicator."
                              },
                              "indNormBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                              },
                              "indNormDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving waarop de norm is gebaseerd."
                              },
                              "indPeildatumAfleiding": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                              },
                              "indDefinitie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van de indicator."
                              },
                              "indVariableType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                              },
                              "indDatatype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                              },
                              "indGrootheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                              },
                              "indEenheid": {
                                "type": "string",
                                "nullable": true,
                                "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                              },
                              "indFrequentieAfleiding": {
                                "type": "string",
                                "nullable": true,
                                "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                              },
                              "indBron": {
                                "type": "string",
                                "nullable": true,
                                "description": "Bron voor de berekening van de indicator-waarde."
                              },
                              "indDomeinNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Domein waarover de indicator iets zegt."
                              },
                              "indTempUur": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempWeek": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempMaand": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempKwartaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempHalfjaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempJaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempLustrum": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indTempDecennium": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                              },
                              "indDirectie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indAfdeling": {
                                "type": "string",
                                "nullable": true,
                                "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indBeginPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                              },
                              "indEindPeriode": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                              },
                              "indDoelenboom": {
                                "type": "string",
                                "nullable": true,
                                "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "indDoelenboomActiviteit": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                              },
                              "bagWoonplaatsId": {
                                "type": "string",
                                "title": "Woonplaats ID",
                                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                                "nullable": true,
                                "readOnly": true,
                                "deprecated": true
                              },
                              "bagWoonplaatsVolgnummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                              },
                              "bagWoonplaatsNaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                              }
                            },
                            "required": [
                              "_links",
                              "bagWoonplaatsId",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/woonplaats/{id}": {
      "get": {
        "operationId": "indicatoren_woonplaats_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.",
            "examples": {
              "BagWoonplaats": {
                "value": "bagWoonplaats",
                "summary": "bagWoonplaats",
                "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
              },
              "BagWoonplaats.heeftDossier": {
                "value": "bagWoonplaats.heeftDossier",
                "summary": "bagWoonplaats.heeftDossier",
                "description": "Het dossier op basis waarvan het object is toegevoegd aan de registratie"
              },
              "BagWoonplaats.heeftDossier.heeftBrondocumenten": {
                "value": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "summary": "bagWoonplaats.heeftDossier.heeftBrondocumenten",
                "description": "De brondocument(en) behorende bij het dossier"
              },
              "BagWoonplaats.heeftOnderzoeken": {
                "value": "bagWoonplaats.heeftOnderzoeken",
                "summary": "bagWoonplaats.heeftOnderzoeken",
                "description": "Hiermee wordt aangegeven welke onderzoeken er worden uitgevoerd naar de juistheid van een of meer gegevens van het betreffende object"
              },
              "BagWoonplaats.ligtInGemeente": {
                "value": "bagWoonplaats.ligtInGemeente",
                "summary": "bagWoonplaats.ligtInGemeente",
                "description": "De gemeente waarin de woonplaats ligt."
              },
              "AllValues": {
                "value": "bagWoonplaats,bagWoonplaats.heeftDossier,bagWoonplaats.heeftDossier.heeftBrondocumenten,bagWoonplaats.heeftOnderzoeken,bagWoonplaats.ligtInGemeente",
                "summary": "All Values",
                "description": "Expand all fields, identical to only using _expand=true."
              }
            }
          },
          {
            "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": "bagWoonplaats.identificatie",
            "in": "query",
            "description": "Unieke aanduiding van een woonplaats",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[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": "bagWoonplaats.identificatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaats.identificatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsNaam",
            "in": "query",
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[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": "bagWoonplaatsNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bagWoonplaatsNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer",
            "in": "query",
            "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[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": "bagWoonplaatsVolgnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "bagWoonplaatsVolgnummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "required": true
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke identifier voor de indicator.",
            "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": "indAfdeling",
            "in": "query",
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[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": "indAfdeling[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indAfdeling[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indAfdeling[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indBeginPeriode",
            "in": "query",
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indBeginPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBeginPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indBeginPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indBron",
            "in": "query",
            "description": "Bron voor de berekening van de indicator-waarde.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[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": "indBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDatatype",
            "in": "query",
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[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": "indDatatype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDatatype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDatatype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDefinitie",
            "in": "query",
            "description": "Beschrijving van de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[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": "indDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDirectie",
            "in": "query",
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[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": "indDirectie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDirectie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDirectie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom",
            "in": "query",
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit",
            "in": "query",
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[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": "indDoelenboomActiviteit[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboomActiviteit[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboomActiviteit[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDoelenboom[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": "indDoelenboom[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDoelenboom[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDoelenboom[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indDomeinNaam",
            "in": "query",
            "description": "Domein waarover de indicator iets zegt.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[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": "indDomeinNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indDomeinNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indDomeinNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEenheid",
            "in": "query",
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[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": "indEenheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEenheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indEenheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indEindPeriode",
            "in": "query",
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indEindPeriode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indEindPeriode[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "indEindPeriode[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "indFrequentieAfleiding",
            "in": "query",
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[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": "indFrequentieAfleiding[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indFrequentieAfleiding[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indFrequentieAfleiding[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indGrootheid",
            "in": "query",
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[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": "indGrootheid[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indGrootheid[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indGrootheid[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNaam",
            "in": "query",
            "description": "De naam voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[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": "indNaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNoemer",
            "in": "query",
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indNoemer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNoemer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indNoemer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indNorm",
            "in": "query",
            "description": "Vastgestelde norm-waarde voor de indicator.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron",
            "in": "query",
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[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": "indNormBron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormBron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormBron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNormDefinitie",
            "in": "query",
            "description": "Beschrijving waarop de norm is gebaseerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[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": "indNormDefinitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNormDefinitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNormDefinitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indNorm[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": "indNorm[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indNorm[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indNorm[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indPeildatumAfleiding",
            "in": "query",
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indPeildatumAfleiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indPeildatumAfleiding[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "indPeildatumAfleiding[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": "indPeildatumAfleiding[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": "indTeller",
            "in": "query",
            "description": "Aantal van de registraties waarop de de indicator van toepassing is.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indTeller[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTeller[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indTeller[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "indTempDag",
            "in": "query",
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[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": "indTempDag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempDecennium",
            "in": "query",
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[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": "indTempDecennium[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempDecennium[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempDecennium[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempHalfjaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[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": "indTempHalfjaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempHalfjaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempHalfjaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempJaar",
            "in": "query",
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[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": "indTempJaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempJaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempJaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempKwartaal",
            "in": "query",
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[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": "indTempKwartaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempKwartaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempKwartaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempLustrum",
            "in": "query",
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[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": "indTempLustrum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempLustrum[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempLustrum[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempMaand",
            "in": "query",
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[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": "indTempMaand[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempMaand[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempMaand[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempUur",
            "in": "query",
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[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": "indTempUur[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempUur[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempUur[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indTempWeek",
            "in": "query",
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing).",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[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": "indTempWeek[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indTempWeek[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "indTempWeek[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "indVariableType",
            "in": "query",
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[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": "indVariableType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indVariableType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indVariableType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "indWaarde",
            "in": "query",
            "description": "Berekende waarde van de indicator op basis van de brondata.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indWaarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indWaarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "indWaarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "woonplaats"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "woonplaats",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `woonplaats._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 woonplaats.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "woonplaats",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `woonplaats._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 woonplaats.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "woonplaats",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `woonplaats._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 woonplaats.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "BagWoonplaatsenRawIdentifier": {
        "type": "object",
        "description": "The identifier of the relationship to woonplaatsen.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "identificatie": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "identificatie",
          "title"
        ]
      },
      "GebiedenBuurtenRawIdentifier": {
        "type": "object",
        "description": "The identifier of the relationship to buurten.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "identificatie": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "identificatie",
          "title"
        ]
      },
      "GebiedenGgwgebiedenRawIdentifier": {
        "type": "object",
        "description": "The identifier of the relationship to ggwgebieden.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "identificatie": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "identificatie",
          "title"
        ]
      },
      "GebiedenStadsdelenRawIdentifier": {
        "type": "object",
        "description": "The identifier of the relationship to stadsdelen.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "identificatie": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "identificatie",
          "title"
        ]
      },
      "GebiedenWijkenRawIdentifier": {
        "type": "object",
        "description": "The identifier of the relationship to wijken.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "identificatie": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "identificatie",
          "title"
        ]
      },
      "Indicatorenbuurt": {
        "type": "object",
        "description": "buurt",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `buurt._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 buurt.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string",
                        "description": "Unieke identifier voor de indicator."
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  },
                  "gbdBuurt": {
                    "type": "object",
                    "description": "The identifier of the relationship to buurten.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "gbdWijk": {
                    "type": "object",
                    "description": "The identifier of the relationship to wijken.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "gbdGgw": {
                    "type": "object",
                    "description": "The identifier of the relationship to ggwgebieden.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "gbdStadsdeel": {
                    "type": "object",
                    "description": "The identifier of the relationship to stadsdelen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "bagWoonplaats": {
                    "type": "object",
                    "description": "The identifier of the relationship to woonplaatsen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  }
                },
                "required": [
                  "bagWoonplaats",
                  "gbdBuurt",
                  "gbdGgw",
                  "gbdStadsdeel",
                  "gbdWijk",
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          },
          "indNaam": {
            "type": "string",
            "nullable": true,
            "description": "De naam voor de indicator."
          },
          "indWaarde": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Berekende waarde van de indicator op basis van de brondata."
          },
          "indTeller": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Aantal van de registraties waarop de de indicator van toepassing is."
          },
          "indNoemer": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
          },
          "indNorm": {
            "type": "string",
            "nullable": true,
            "description": "Vastgestelde norm-waarde voor de indicator."
          },
          "indNormBron": {
            "type": "string",
            "nullable": true,
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
          },
          "indNormDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving waarop de norm is gebaseerd."
          },
          "indPeildatumAfleiding": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend."
          },
          "indDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving van de indicator."
          },
          "indVariableType": {
            "type": "string",
            "nullable": true,
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
          },
          "indDatatype": {
            "type": "string",
            "nullable": true,
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
          },
          "indGrootheid": {
            "type": "string",
            "nullable": true,
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
          },
          "indEenheid": {
            "type": "string",
            "nullable": true,
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
          },
          "indFrequentieAfleiding": {
            "type": "string",
            "nullable": true,
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
          },
          "indBron": {
            "type": "string",
            "nullable": true,
            "description": "Bron voor de berekening van de indicator-waarde."
          },
          "indDomeinNaam": {
            "type": "string",
            "nullable": true,
            "description": "Domein waarover de indicator iets zegt."
          },
          "indTempUur": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDag": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempWeek": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempMaand": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempKwartaal": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempHalfjaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempJaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempLustrum": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDecennium": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indDirectie": {
            "type": "string",
            "nullable": true,
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indAfdeling": {
            "type": "string",
            "nullable": true,
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indBeginPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
          },
          "indEindPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
          },
          "indDoelenboom": {
            "type": "string",
            "nullable": true,
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indDoelenboomActiviteit": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "gbdBuurtId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdBuurtVolgnummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
          },
          "gbdBuurtNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "gbdWijkId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdWijkNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "gbdGgwId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdGgwNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "gbdStadsdeelId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdStadsdeelNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "bagWoonplaatsId": {
            "type": "string",
            "title": "Woonplaats ID",
            "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "bagWoonplaatsNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          }
        },
        "required": [
          "_links",
          "bagWoonplaatsId",
          "gbdBuurtId",
          "gbdGgwId",
          "gbdStadsdeelId",
          "gbdWijkId",
          "id"
        ]
      },
      "IndicatorenbuurtLink": {
        "type": "object",
        "description": "The identifier of the relationship to buurt.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "IndicatorendefaultBuurtLinks": {
        "type": "object",
        "description": "The contents of the `buurt._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 buurt.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "Unieke identifier voor de indicator."
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          },
          "gbdBuurt": {
            "type": "object",
            "description": "The identifier of the relationship to buurten.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "gbdWijk": {
            "type": "object",
            "description": "The identifier of the relationship to wijken.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "gbdGgw": {
            "type": "object",
            "description": "The identifier of the relationship to ggwgebieden.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "gbdStadsdeel": {
            "type": "object",
            "description": "The identifier of the relationship to stadsdelen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "bagWoonplaats": {
            "type": "object",
            "description": "The identifier of the relationship to woonplaatsen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          }
        },
        "required": [
          "bagWoonplaats",
          "gbdBuurt",
          "gbdGgw",
          "gbdStadsdeel",
          "gbdWijk",
          "schema",
          "self"
        ]
      },
      "IndicatorendefaultGgwLinks": {
        "type": "object",
        "description": "The contents of the `ggw._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 ggw.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "Unieke identifier voor de indicator."
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          },
          "gbdGgw": {
            "type": "object",
            "description": "The identifier of the relationship to ggwgebieden.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "gbdStadsdeel": {
            "type": "object",
            "description": "The identifier of the relationship to stadsdelen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "bagWoonplaats": {
            "type": "object",
            "description": "The identifier of the relationship to woonplaatsen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          }
        },
        "required": [
          "bagWoonplaats",
          "gbdGgw",
          "gbdStadsdeel",
          "schema",
          "self"
        ]
      },
      "IndicatorendefaultStadsdeelLinks": {
        "type": "object",
        "description": "The contents of the `stadsdeel._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 stadsdeel.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "Unieke identifier voor de indicator."
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          },
          "gbdStadsdeel": {
            "type": "object",
            "description": "The identifier of the relationship to stadsdelen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "bagWoonplaats": {
            "type": "object",
            "description": "The identifier of the relationship to woonplaatsen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          }
        },
        "required": [
          "bagWoonplaats",
          "gbdStadsdeel",
          "schema",
          "self"
        ]
      },
      "Indicatorenggw": {
        "type": "object",
        "description": "ggw",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `ggw._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 ggw.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string",
                        "description": "Unieke identifier voor de indicator."
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  },
                  "gbdGgw": {
                    "type": "object",
                    "description": "The identifier of the relationship to ggwgebieden.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "gbdStadsdeel": {
                    "type": "object",
                    "description": "The identifier of the relationship to stadsdelen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "bagWoonplaats": {
                    "type": "object",
                    "description": "The identifier of the relationship to woonplaatsen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  }
                },
                "required": [
                  "bagWoonplaats",
                  "gbdGgw",
                  "gbdStadsdeel",
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          },
          "indNaam": {
            "type": "string",
            "nullable": true,
            "description": "De naam voor de indicator."
          },
          "indWaarde": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Berekende waarde van de indicator op basis van de brondata."
          },
          "indTeller": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Aantal van de registraties waarop de de indicator van toepassing is."
          },
          "indNoemer": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
          },
          "indNorm": {
            "type": "string",
            "nullable": true,
            "description": "Vastgestelde norm-waarde voor de indicator."
          },
          "indNormBron": {
            "type": "string",
            "nullable": true,
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
          },
          "indNormDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving waarop de norm is gebaseerd."
          },
          "indPeildatumAfleiding": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
          },
          "indDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving van de indicator."
          },
          "indVariableType": {
            "type": "string",
            "nullable": true,
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
          },
          "indDatatype": {
            "type": "string",
            "nullable": true,
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
          },
          "indGrootheid": {
            "type": "string",
            "nullable": true,
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
          },
          "indEenheid": {
            "type": "string",
            "nullable": true,
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
          },
          "indFrequentieAfleiding": {
            "type": "string",
            "nullable": true,
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
          },
          "indBron": {
            "type": "string",
            "nullable": true,
            "description": "Bron voor de berekening van de indicator-waarde."
          },
          "indDomeinNaam": {
            "type": "string",
            "nullable": true,
            "description": "Domein waarover de indicator iets zegt."
          },
          "indTempUur": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDag": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempWeek": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempMaand": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempKwartaal": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempHalfjaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempJaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempLustrum": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDecennium": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indDirectie": {
            "type": "string",
            "nullable": true,
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indAfdeling": {
            "type": "string",
            "nullable": true,
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indBeginPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
          },
          "indEindPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
          },
          "indDoelenboom": {
            "type": "string",
            "nullable": true,
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indDoelenboomActiviteit": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "gbdGgwId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdGgwVolgnummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
          },
          "gbdGgwNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "gbdStadsdeelId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdStadsdeelNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "bagWoonplaatsId": {
            "type": "string",
            "title": "Woonplaats ID",
            "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "bagWoonplaatsNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          }
        },
        "required": [
          "_links",
          "bagWoonplaatsId",
          "gbdGgwId",
          "gbdStadsdeelId",
          "id"
        ]
      },
      "IndicatorenggwLink": {
        "type": "object",
        "description": "The identifier of the relationship to ggw.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "Indicatorenstadsdeel": {
        "type": "object",
        "description": "stadsdeel",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `stadsdeel._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 stadsdeel.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string",
                        "description": "Unieke identifier voor de indicator."
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  },
                  "gbdStadsdeel": {
                    "type": "object",
                    "description": "The identifier of the relationship to stadsdelen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "bagWoonplaats": {
                    "type": "object",
                    "description": "The identifier of the relationship to woonplaatsen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  }
                },
                "required": [
                  "bagWoonplaats",
                  "gbdStadsdeel",
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          },
          "indNaam": {
            "type": "string",
            "nullable": true,
            "description": "De naam voor de indicator."
          },
          "indWaarde": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Berekende waarde van de indicator op basis van de brondata."
          },
          "indTeller": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Aantal van de registraties waarop de de indicator van toepassing is."
          },
          "indNoemer": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
          },
          "indNorm": {
            "type": "string",
            "nullable": true,
            "description": "Vastgestelde norm-waarde voor de indicator."
          },
          "indNormBron": {
            "type": "string",
            "nullable": true,
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
          },
          "indNormDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving waarop de norm is gebaseerd."
          },
          "indPeildatumAfleiding": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
          },
          "indDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving van de indicator."
          },
          "indVariableType": {
            "type": "string",
            "nullable": true,
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
          },
          "indDatatype": {
            "type": "string",
            "nullable": true,
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
          },
          "indGrootheid": {
            "type": "string",
            "nullable": true,
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
          },
          "indEenheid": {
            "type": "string",
            "nullable": true,
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
          },
          "indFrequentieAfleiding": {
            "type": "string",
            "nullable": true,
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
          },
          "indBron": {
            "type": "string",
            "nullable": true,
            "description": "Bron voor de berekening van de indicator-waarde."
          },
          "indDomeinNaam": {
            "type": "string",
            "nullable": true,
            "description": "Domein waarover de indicator iets zegt."
          },
          "indTempUur": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDag": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempWeek": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempMaand": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempKwartaal": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempHalfjaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempJaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempLustrum": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDecennium": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indDirectie": {
            "type": "string",
            "nullable": true,
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indAfdeling": {
            "type": "string",
            "nullable": true,
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indBeginPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
          },
          "indEindPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
          },
          "indDoelenboom": {
            "type": "string",
            "nullable": true,
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indDoelenboomActiviteit": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "gbdStadsdeelId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdStadsdeelVolgnummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
          },
          "gbdStadsdeelNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "bagWoonplaatsId": {
            "type": "string",
            "title": "Woonplaats ID",
            "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "bagWoonplaatsNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          }
        },
        "required": [
          "_links",
          "bagWoonplaatsId",
          "gbdStadsdeelId",
          "id"
        ]
      },
      "IndicatorenstadsdeelLink": {
        "type": "object",
        "description": "The identifier of the relationship to stadsdeel.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "Indicatorenv1WijkLinks": {
        "type": "object",
        "description": "The contents of the `wijk._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 wijk.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "Unieke identifier voor de indicator."
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          },
          "gbdWijk": {
            "type": "object",
            "description": "The identifier of the relationship to wijken.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "gbdGgw": {
            "type": "object",
            "description": "The identifier of the relationship to ggwgebieden.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "gbdStadsdeel": {
            "type": "object",
            "description": "The identifier of the relationship to stadsdelen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          },
          "bagWoonplaats": {
            "type": "object",
            "description": "The identifier of the relationship to woonplaatsen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          }
        },
        "required": [
          "bagWoonplaats",
          "gbdGgw",
          "gbdStadsdeel",
          "gbdWijk",
          "schema",
          "self"
        ]
      },
      "Indicatorenv1WoonplaatsLinks": {
        "type": "object",
        "description": "The contents of the `woonplaats._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 woonplaats.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "Unieke identifier voor de indicator."
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          },
          "bagWoonplaats": {
            "type": "object",
            "description": "The identifier of the relationship to woonplaatsen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "identificatie": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "identificatie",
              "title"
            ]
          }
        },
        "required": [
          "bagWoonplaats",
          "schema",
          "self"
        ]
      },
      "Indicatorenwijk": {
        "type": "object",
        "description": "wijk",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `wijk._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 wijk.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string",
                        "description": "Unieke identifier voor de indicator."
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  },
                  "gbdWijk": {
                    "type": "object",
                    "description": "The identifier of the relationship to wijken.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "gbdGgw": {
                    "type": "object",
                    "description": "The identifier of the relationship to ggwgebieden.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "gbdStadsdeel": {
                    "type": "object",
                    "description": "The identifier of the relationship to stadsdelen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  },
                  "bagWoonplaats": {
                    "type": "object",
                    "description": "The identifier of the relationship to woonplaatsen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  }
                },
                "required": [
                  "bagWoonplaats",
                  "gbdGgw",
                  "gbdStadsdeel",
                  "gbdWijk",
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          },
          "indNaam": {
            "type": "string",
            "nullable": true,
            "description": "De naam voor de indicator."
          },
          "indWaarde": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Berekende waarde van de indicator op basis van de brondata."
          },
          "indTeller": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Aantal van de registraties waarop de de indicator van toepassing is."
          },
          "indNoemer": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
          },
          "indNorm": {
            "type": "string",
            "nullable": true,
            "description": "Vastgestelde norm-waarde voor de indicator."
          },
          "indNormBron": {
            "type": "string",
            "nullable": true,
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
          },
          "indNormDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving waarop de norm is gebaseerd."
          },
          "indPeildatumAfleiding": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
          },
          "indDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving van de indicator."
          },
          "indVariableType": {
            "type": "string",
            "nullable": true,
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
          },
          "indDatatype": {
            "type": "string",
            "nullable": true,
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
          },
          "indGrootheid": {
            "type": "string",
            "nullable": true,
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
          },
          "indEenheid": {
            "type": "string",
            "nullable": true,
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
          },
          "indFrequentieAfleiding": {
            "type": "string",
            "nullable": true,
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
          },
          "indBron": {
            "type": "string",
            "nullable": true,
            "description": "Bron voor de berekening van de indicator-waarde."
          },
          "indDomeinNaam": {
            "type": "string",
            "nullable": true,
            "description": "Domein waarover de indicator iets zegt."
          },
          "indTempUur": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDag": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempWeek": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempMaand": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempKwartaal": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempHalfjaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempJaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempLustrum": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDecennium": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indDirectie": {
            "type": "string",
            "nullable": true,
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indAfdeling": {
            "type": "string",
            "nullable": true,
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indBeginPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
          },
          "indEindPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
          },
          "indDoelenboom": {
            "type": "string",
            "nullable": true,
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indDoelenboomActiviteit": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "gbdWijkId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdWijkVolgnummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
          },
          "gbdWijkNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "gbdGgwId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdGgwNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "gbdStadsdeelId": {
            "type": "string",
            "title": "Object ID",
            "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "gbdStadsdeelNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          },
          "bagWoonplaatsId": {
            "type": "string",
            "title": "Woonplaats ID",
            "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "bagWoonplaatsNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          }
        },
        "required": [
          "_links",
          "bagWoonplaatsId",
          "gbdGgwId",
          "gbdStadsdeelId",
          "gbdWijkId",
          "id"
        ]
      },
      "IndicatorenwijkLink": {
        "type": "object",
        "description": "The identifier of the relationship to wijk.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "Indicatorenwoonplaats": {
        "type": "object",
        "description": "woonplaats",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `woonplaats._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 woonplaats.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string",
                        "description": "Unieke identifier voor de indicator."
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  },
                  "bagWoonplaats": {
                    "type": "object",
                    "description": "The identifier of the relationship to woonplaatsen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "identificatie": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "identificatie",
                      "title"
                    ]
                  }
                },
                "required": [
                  "bagWoonplaats",
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          },
          "indNaam": {
            "type": "string",
            "nullable": true,
            "description": "De naam voor de indicator."
          },
          "indWaarde": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Berekende waarde van de indicator op basis van de brondata."
          },
          "indTeller": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Aantal van de registraties waarop de de indicator van toepassing is."
          },
          "indNoemer": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
          },
          "indNorm": {
            "type": "string",
            "nullable": true,
            "description": "Vastgestelde norm-waarde voor de indicator."
          },
          "indNormBron": {
            "type": "string",
            "nullable": true,
            "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
          },
          "indNormDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving waarop de norm is gebaseerd."
          },
          "indPeildatumAfleiding": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
          },
          "indDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving van de indicator."
          },
          "indVariableType": {
            "type": "string",
            "nullable": true,
            "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
          },
          "indDatatype": {
            "type": "string",
            "nullable": true,
            "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
          },
          "indGrootheid": {
            "type": "string",
            "nullable": true,
            "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
          },
          "indEenheid": {
            "type": "string",
            "nullable": true,
            "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
          },
          "indFrequentieAfleiding": {
            "type": "string",
            "nullable": true,
            "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
          },
          "indBron": {
            "type": "string",
            "nullable": true,
            "description": "Bron voor de berekening van de indicator-waarde."
          },
          "indDomeinNaam": {
            "type": "string",
            "nullable": true,
            "description": "Domein waarover de indicator iets zegt."
          },
          "indTempUur": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDag": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempWeek": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempMaand": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempKwartaal": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempHalfjaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempJaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempLustrum": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indTempDecennium": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
          },
          "indDirectie": {
            "type": "string",
            "nullable": true,
            "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indAfdeling": {
            "type": "string",
            "nullable": true,
            "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indBeginPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
          },
          "indEindPeriode": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
          },
          "indDoelenboom": {
            "type": "string",
            "nullable": true,
            "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "indDoelenboomActiviteit": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
          },
          "bagWoonplaatsId": {
            "type": "string",
            "title": "Woonplaats ID",
            "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
            "nullable": true,
            "readOnly": true,
            "deprecated": true
          },
          "bagWoonplaatsVolgnummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
          },
          "bagWoonplaatsNaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
          }
        },
        "required": [
          "_links",
          "bagWoonplaatsId",
          "id"
        ]
      },
      "IndicatorenwoonplaatsLink": {
        "type": "object",
        "description": "The identifier of the relationship to woonplaats.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "string",
            "description": "Unieke identifier voor de indicator."
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "PaginatedIndicatorenbuurtList": {
        "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": {
              "buurt": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "buurt",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `buurt._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 buurt.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdBuurt": {
                              "type": "object",
                              "description": "The identifier of the relationship to buurten.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdWijk": {
                              "type": "object",
                              "description": "The identifier of the relationship to wijken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdBuurt",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "gbdWijk",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwsaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdBuurtId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdBuurtVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de buurtregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdBuurtNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de buurt waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdWijkId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdWijkNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdBuurtId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "gbdWijkId",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "PaginatedIndicatorenggwList": {
        "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": {
              "ggw": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "ggw",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `ggw._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 ggw.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de gebiedsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "PaginatedIndicatorenstadsdeelList": {
        "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": {
              "stadsdeel": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "stadsdeel",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `stadsdeel._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 stadsdeel.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdStadsdeel",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de stadsdeelregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdStadsdeelId",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "PaginatedIndicatorenwijkList": {
        "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": {
              "wijk": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "wijk",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `wijk._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 wijk.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "gbdWijk": {
                              "type": "object",
                              "description": "The identifier of the relationship to wijken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdGgw": {
                              "type": "object",
                              "description": "The identifier of the relationship to ggwgebieden.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "gbdStadsdeel": {
                              "type": "object",
                              "description": "The identifier of the relationship to stadsdelen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "gbdGgw",
                            "gbdStadsdeel",
                            "gbdWijk",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "gbdWijkId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdWijkVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de wijkregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "gbdWijkNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de wijk waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdGgwId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdGgwNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het gebiedsgericht werken gebied waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "gbdStadsdeelId": {
                      "type": "string",
                      "title": "Object ID",
                      "description": "Verwijzing naar de unieke identifier van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "gbdStadsdeelNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het stadsdeel waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "gbdGgwId",
                    "gbdStadsdeelId",
                    "gbdWijkId",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "PaginatedIndicatorenwoonplaatsList": {
        "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": {
              "woonplaats": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "woonplaats",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `woonplaats._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 woonplaats.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke identifier voor de indicator."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            },
                            "bagWoonplaats": {
                              "type": "object",
                              "description": "The identifier of the relationship to woonplaatsen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "identificatie": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "identificatie",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "bagWoonplaats",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke identifier voor de indicator."
                    },
                    "indNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "De naam voor de indicator."
                    },
                    "indWaarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Berekende waarde van de indicator op basis van de brondata."
                    },
                    "indTeller": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Aantal van de registraties waarop de de indicator van toepassing is."
                    },
                    "indNoemer": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Totaal aantal van de registraties waarover de indicator-waarde is berekend."
                    },
                    "indNorm": {
                      "type": "string",
                      "nullable": true,
                      "description": "Vastgestelde norm-waarde voor de indicator."
                    },
                    "indNormBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Herkomst van de norm (bijv. Landelijk (wettelijk), bestuurlijk (APV), bedrijf, etc.)."
                    },
                    "indNormDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving waarop de norm is gebaseerd."
                    },
                    "indPeildatumAfleiding": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Peildatum van de brondata waarop de indicatorwaarde is berekend."
                    },
                    "indDefinitie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van de indicator."
                    },
                    "indVariableType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Logische beschrijving van het type indicator-waarde (zoals nominaal, interval, cyclisch, etc)."
                    },
                    "indDatatype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datatype van de indicator-waarde (bijv integer, floating-point, boolean, etc)."
                    },
                    "indGrootheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Grootheid van de indicator -norm en de -waarde (bijv aandeel (fractie), gewicht, aantal,  etc.)."
                    },
                    "indEenheid": {
                      "type": "string",
                      "nullable": true,
                      "description": "Eenheid van de indicator -norm en de -waarde (bijv percentage, kilogram, etc)."
                    },
                    "indFrequentieAfleiding": {
                      "type": "string",
                      "nullable": true,
                      "description": "Frequentie waarmee de indicator-waarde wordt berekend/ververst (bijv dagelijks, wekelijks, maandelijks)."
                    },
                    "indBron": {
                      "type": "string",
                      "nullable": true,
                      "description": "Bron voor de berekening van de indicator-waarde."
                    },
                    "indDomeinNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Domein waarover de indicator iets zegt."
                    },
                    "indTempUur": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het uur waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de dag waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempWeek": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de week waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempMaand": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van de maand waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempKwartaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het kwartaal waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempHalfjaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het halfjaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempJaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het jaar waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempLustrum": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het lustrum waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indTempDecennium": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Temporele resolutie waarde van het decennium waarop de indicator-waarde is gebaseerd (indien van toepassing)."
                    },
                    "indDirectie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Directie waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indAfdeling": {
                      "type": "string",
                      "nullable": true,
                      "description": "Afdeling waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indBeginPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (vanaf) waarop de temporele resolutie, waarover de waarde is berekend, begint."
                    },
                    "indEindPeriode": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum (tot en met) waarop de temporele resolutie, waarover de waarde is berekend, eindigt."
                    },
                    "indDoelenboom": {
                      "type": "string",
                      "nullable": true,
                      "description": "Unieke identifier van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "indDoelenboomActiviteit": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de doelenboom waarop de indicator betrekking heeft (indien van toepassing)."
                    },
                    "bagWoonplaatsId": {
                      "type": "string",
                      "title": "Woonplaats ID",
                      "description": "Verwijzing naar de unieke identifier van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie).",
                      "nullable": true,
                      "readOnly": true,
                      "deprecated": true
                    },
                    "bagWoonplaatsVolgnummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Volgnummer van de woonplaatsregistratie waarop de indicator-waarde is gebaseerd (leeg is altijd meest recente)."
                    },
                    "bagWoonplaatsNaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van de woonplaats waarop de indicator-waarde is gebaseerd (conform basisregistratie)."
                    }
                  },
                  "required": [
                    "_links",
                    "bagWoonplaatsId",
                    "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": {
              "4f49c72a-d82b-4d5e-8063-a93470854d12/.default": "Toegang Applicatie"
            }
          }
        }
      }
    }
  },
  "x-versions": {
    "default": {
      "url": "https://api.data.amsterdam.nl/v1/indicatoren",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "buurt": "stable",
        "wijk": "stable",
        "ggw": "stable",
        "stadsdeel": "stable",
        "woonplaats": "stable"
      },
      "pathsUnderDevelopment": false
    },
    "v1": {
      "url": "https://api.data.amsterdam.nl/v1/indicatoren/v1",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "buurt": "stable",
        "wijk": "stable",
        "ggw": "stable",
        "stadsdeel": "stable",
        "woonplaats": "stable"
      },
      "pathsUnderDevelopment": false
    }
  }
}