{
  "openapi": "3.0.3",
  "info": {
    "title": "BBGA",
    "version": "0.0.1",
    "description": "Basisbestand Gebieden Amsterdam",
    "termsOfService": "https://data.amsterdam.nl/",
    "contact": {
      "email": "datapunt@amsterdam.nl"
    },
    "license": {
      "name": ""
    }
  },
  "servers": [
    {
      "url": "https://api.data.amsterdam.nl/"
    }
  ],
  "security": [
    {
      "oauth2": []
    }
  ],
  "externalDocs": {
    "description": "API Usage Documentation",
    "url": "https://api.data.amsterdam.nl/v1/docs/datasets/bbga.html"
  },
  "paths": {
    "/indicatoren_definities": {
      "get": {
        "operationId": "bbga_indicatoren_definities_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."
          },
          {
            "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": "begrotingsProgramma",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "begrotingsProgramma[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "begrotingsProgramma[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "begrotingsProgramma[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "begrotingsProgramma[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "begrotingsProgramma[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "berekendeVariabelen",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "berekendeVariabelen[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "berekendeVariabelen[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "berekendeVariabelen[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "berekendeVariabelen[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "berekendeVariabelen[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bron",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bron[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "bron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "definitie",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "definitie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "definitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "definitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "definitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "definitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "definition",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "definition[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "definition[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "definition[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "definition[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "definition[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "format",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "format[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "format[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "format[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "frequency",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "frequency[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "frequency[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "frequency[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "frequency[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "frequency[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "groep",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groep[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "groep[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "groep[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "groep[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groep[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "kleurenpalet",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[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": "kleurenpalet[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "kleurenpalet[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "label",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label1",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label1[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "label1[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "label1[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "label1[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label1[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "labelKort",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelKort[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "labelKort[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "labelKort[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "labelKort[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelKort[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "label[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "label[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "label[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "label[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "legendaCode",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[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": "legendaCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "legendaCode[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "peildatum",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "peildatum[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "peildatum[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "peildatum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "peildatum[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "peildatum[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "referenceDate",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "referenceDate[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "referenceDate[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "referenceDate[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "referenceDate[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "referenceDate[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "rekeneenheid",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[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": "rekeneenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "rekeneenheid[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "sdMinimumBevTotaal",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[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": "sdMinimumBevTotaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "sdMinimumBevTotaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "sdMinimumWvoorBag",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[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": "sdMinimumWvoorBag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "sdMinimumWvoorBag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "sort",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[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": "sort[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "sort[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "symbool",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "symbool[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "symbool[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "symbool[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "symbool[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "symbool[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "thema",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "themaKerncijfertabel",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "themaKerncijfertabel[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "themaKerncijfertabel[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "themaKerncijfertabel[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "themaKerncijfertabel[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "themaKerncijfertabel[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "thema[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "thema[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "thema[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "thema[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "thema[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "topicArea",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "topicArea[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "topicArea[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "topicArea[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "topicArea[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "topicArea[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "tussenkopjeKerncijfertabel[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "variabele",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "variabele[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "variabele[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "variabele[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "variabele[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "variabele[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "verschijningsfrequentie",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "verschijningsfrequentie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "verschijningsfrequentie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "verschijningsfrequentie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "verschijningsfrequentie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "verschijningsfrequentie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "indicatoren_definities"
        ],
        "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": {
                        "indicatoren_definities": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "indicatorenDefinities",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "sort": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "variabele": {
                                "type": "string"
                              },
                              "begrotingsProgramma": {
                                "type": "string",
                                "nullable": true
                              },
                              "thema": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "labelKort": {
                                "type": "string",
                                "nullable": true
                              },
                              "definitie": {
                                "type": "string",
                                "nullable": true
                              },
                              "bron": {
                                "type": "string",
                                "nullable": true
                              },
                              "peildatum": {
                                "type": "string",
                                "nullable": true
                              },
                              "verschijningsfrequentie": {
                                "type": "string",
                                "nullable": true
                              },
                              "rekeneenheid": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "symbool": {
                                "type": "string",
                                "nullable": true
                              },
                              "groep": {
                                "type": "string",
                                "nullable": true
                              },
                              "format": {
                                "type": "string",
                                "nullable": true
                              },
                              "berekendeVariabelen": {
                                "type": "string",
                                "nullable": true
                              },
                              "themaKerncijfertabel": {
                                "type": "string",
                                "nullable": true
                              },
                              "tussenkopjeKerncijfertabel": {
                                "type": "string",
                                "nullable": true
                              },
                              "kleurenpalet": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "legendaCode": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "sdMinimumBevTotaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "sdMinimumWvoorBag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "topicArea": {
                                "type": "string",
                                "nullable": true
                              },
                              "label1": {
                                "type": "string",
                                "nullable": true
                              },
                              "definition": {
                                "type": "string",
                                "nullable": true
                              },
                              "referenceDate": {
                                "type": "string",
                                "nullable": true
                              },
                              "frequency": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "_links",
                              "variabele"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "indicatoren_definities": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "indicatorenDefinities",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "sort": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "variabele": {
                                "type": "string"
                              },
                              "begrotingsProgramma": {
                                "type": "string",
                                "nullable": true
                              },
                              "thema": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "labelKort": {
                                "type": "string",
                                "nullable": true
                              },
                              "definitie": {
                                "type": "string",
                                "nullable": true
                              },
                              "bron": {
                                "type": "string",
                                "nullable": true
                              },
                              "peildatum": {
                                "type": "string",
                                "nullable": true
                              },
                              "verschijningsfrequentie": {
                                "type": "string",
                                "nullable": true
                              },
                              "rekeneenheid": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "symbool": {
                                "type": "string",
                                "nullable": true
                              },
                              "groep": {
                                "type": "string",
                                "nullable": true
                              },
                              "format": {
                                "type": "string",
                                "nullable": true
                              },
                              "berekendeVariabelen": {
                                "type": "string",
                                "nullable": true
                              },
                              "themaKerncijfertabel": {
                                "type": "string",
                                "nullable": true
                              },
                              "tussenkopjeKerncijfertabel": {
                                "type": "string",
                                "nullable": true
                              },
                              "kleurenpalet": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "legendaCode": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "sdMinimumBevTotaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "sdMinimumWvoorBag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "topicArea": {
                                "type": "string",
                                "nullable": true
                              },
                              "label1": {
                                "type": "string",
                                "nullable": true
                              },
                              "definition": {
                                "type": "string",
                                "nullable": true
                              },
                              "referenceDate": {
                                "type": "string",
                                "nullable": true
                              },
                              "frequency": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "_links",
                              "variabele"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "indicatoren_definities": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "indicatorenDefinities",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "sort": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "variabele": {
                                "type": "string"
                              },
                              "begrotingsProgramma": {
                                "type": "string",
                                "nullable": true
                              },
                              "thema": {
                                "type": "string",
                                "nullable": true
                              },
                              "label": {
                                "type": "string",
                                "nullable": true
                              },
                              "labelKort": {
                                "type": "string",
                                "nullable": true
                              },
                              "definitie": {
                                "type": "string",
                                "nullable": true
                              },
                              "bron": {
                                "type": "string",
                                "nullable": true
                              },
                              "peildatum": {
                                "type": "string",
                                "nullable": true
                              },
                              "verschijningsfrequentie": {
                                "type": "string",
                                "nullable": true
                              },
                              "rekeneenheid": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "symbool": {
                                "type": "string",
                                "nullable": true
                              },
                              "groep": {
                                "type": "string",
                                "nullable": true
                              },
                              "format": {
                                "type": "string",
                                "nullable": true
                              },
                              "berekendeVariabelen": {
                                "type": "string",
                                "nullable": true
                              },
                              "themaKerncijfertabel": {
                                "type": "string",
                                "nullable": true
                              },
                              "tussenkopjeKerncijfertabel": {
                                "type": "string",
                                "nullable": true
                              },
                              "kleurenpalet": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "legendaCode": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "sdMinimumBevTotaal": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "sdMinimumWvoorBag": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "topicArea": {
                                "type": "string",
                                "nullable": true
                              },
                              "label1": {
                                "type": "string",
                                "nullable": true
                              },
                              "definition": {
                                "type": "string",
                                "nullable": true
                              },
                              "referenceDate": {
                                "type": "string",
                                "nullable": true
                              },
                              "frequency": {
                                "type": "string",
                                "nullable": true
                              }
                            },
                            "required": [
                              "_links",
                              "variabele"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/indicatoren_definities/{variabele}": {
      "get": {
        "operationId": "bbga_indicatoren_definities_retrieve",
        "parameters": [
          {
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Accept-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Content-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            },
            "description": "Api Key for statistical purposes, not for authentication"
          },
          {
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "type": "string",
              "enum": [
                "id",
                "title",
                "none"
              ]
            },
            "description": "Specify type of header for csv file"
          },
          {
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "type": "string",
              "enum": [
                ",",
                ";"
              ]
            },
            "description": "Specify type of separator for csv file"
          },
          {
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            },
            "description": "Allow to expand relations."
          },
          {
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            },
            "description": "Comma separated list of named relations to expand."
          },
          {
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            },
            "description": "Comma-separated list of fields to display"
          },
          {
            "in": "query",
            "name": "_format",
            "schema": {
              "type": "string",
              "enum": [
                "json",
                "csv",
                "geojson"
              ]
            },
            "description": "Select the export format"
          },
          {
            "name": "_sort",
            "required": false,
            "in": "query",
            "description": "Which field to use when ordering the results.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "begrotingsProgramma",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "begrotingsProgramma[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "begrotingsProgramma[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "begrotingsProgramma[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "begrotingsProgramma[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "begrotingsProgramma[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "berekendeVariabelen",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "berekendeVariabelen[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "berekendeVariabelen[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "berekendeVariabelen[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "berekendeVariabelen[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "berekendeVariabelen[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "bron",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bron[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "bron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "definitie",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "definitie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "definitie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "definitie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "definitie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "definitie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "definition",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "definition[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "definition[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "definition[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "definition[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "definition[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "format",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "format[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "format[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "format[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "frequency",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "frequency[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "frequency[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "frequency[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "frequency[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "frequency[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "groep",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groep[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "groep[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "groep[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "groep[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groep[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "kleurenpalet",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[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": "kleurenpalet[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "kleurenpalet[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "kleurenpalet[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "label",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label1",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label1[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "label1[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "label1[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "label1[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label1[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "labelKort",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelKort[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "labelKort[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "labelKort[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "labelKort[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labelKort[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "label[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "label[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "label[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "label[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "legendaCode",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[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": "legendaCode[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "legendaCode[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "legendaCode[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "peildatum",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "peildatum[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "peildatum[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "peildatum[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "peildatum[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "peildatum[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "referenceDate",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "referenceDate[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "referenceDate[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "referenceDate[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "referenceDate[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "referenceDate[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "rekeneenheid",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[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": "rekeneenheid[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "rekeneenheid[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "rekeneenheid[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "sdMinimumBevTotaal",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[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": "sdMinimumBevTotaal[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "sdMinimumBevTotaal[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumBevTotaal[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "sdMinimumWvoorBag",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[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": "sdMinimumWvoorBag[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "sdMinimumWvoorBag[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sdMinimumWvoorBag[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "sort",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[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": "sort[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "sort[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "sort[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "symbool",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "symbool[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "symbool[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "symbool[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "symbool[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "symbool[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "thema",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "themaKerncijfertabel",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "themaKerncijfertabel[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "themaKerncijfertabel[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "themaKerncijfertabel[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "themaKerncijfertabel[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "themaKerncijfertabel[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "thema[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "thema[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "thema[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "thema[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "thema[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "topicArea",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "topicArea[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "topicArea[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "topicArea[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "topicArea[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "topicArea[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "tussenkopjeKerncijfertabel[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tussenkopjeKerncijfertabel[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "in": "path",
            "name": "variabele",
            "schema": {
              "type": "string"
            },
            "description": "A unique value identifying this Metadata indicatoren en definities.",
            "required": true
          },
          {
            "name": "variabele",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "variabele[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "variabele[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "variabele[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "variabele[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "variabele[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "verschijningsfrequentie",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "verschijningsfrequentie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "verschijningsfrequentie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "verschijningsfrequentie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "verschijningsfrequentie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "verschijningsfrequentie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "indicatoren_definities"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "indicatorenDefinities",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "sort": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "variabele": {
                      "type": "string"
                    },
                    "begrotingsProgramma": {
                      "type": "string",
                      "nullable": true
                    },
                    "thema": {
                      "type": "string",
                      "nullable": true
                    },
                    "label": {
                      "type": "string",
                      "nullable": true
                    },
                    "labelKort": {
                      "type": "string",
                      "nullable": true
                    },
                    "definitie": {
                      "type": "string",
                      "nullable": true
                    },
                    "bron": {
                      "type": "string",
                      "nullable": true
                    },
                    "peildatum": {
                      "type": "string",
                      "nullable": true
                    },
                    "verschijningsfrequentie": {
                      "type": "string",
                      "nullable": true
                    },
                    "rekeneenheid": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "symbool": {
                      "type": "string",
                      "nullable": true
                    },
                    "groep": {
                      "type": "string",
                      "nullable": true
                    },
                    "format": {
                      "type": "string",
                      "nullable": true
                    },
                    "berekendeVariabelen": {
                      "type": "string",
                      "nullable": true
                    },
                    "themaKerncijfertabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "tussenkopjeKerncijfertabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "kleurenpalet": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "legendaCode": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "sdMinimumBevTotaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "sdMinimumWvoorBag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "topicArea": {
                      "type": "string",
                      "nullable": true
                    },
                    "label1": {
                      "type": "string",
                      "nullable": true
                    },
                    "definition": {
                      "type": "string",
                      "nullable": true
                    },
                    "referenceDate": {
                      "type": "string",
                      "nullable": true
                    },
                    "frequency": {
                      "type": "string",
                      "nullable": true
                    }
                  },
                  "required": [
                    "_links",
                    "variabele"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "indicatorenDefinities",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "sort": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "variabele": {
                      "type": "string"
                    },
                    "begrotingsProgramma": {
                      "type": "string",
                      "nullable": true
                    },
                    "thema": {
                      "type": "string",
                      "nullable": true
                    },
                    "label": {
                      "type": "string",
                      "nullable": true
                    },
                    "labelKort": {
                      "type": "string",
                      "nullable": true
                    },
                    "definitie": {
                      "type": "string",
                      "nullable": true
                    },
                    "bron": {
                      "type": "string",
                      "nullable": true
                    },
                    "peildatum": {
                      "type": "string",
                      "nullable": true
                    },
                    "verschijningsfrequentie": {
                      "type": "string",
                      "nullable": true
                    },
                    "rekeneenheid": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "symbool": {
                      "type": "string",
                      "nullable": true
                    },
                    "groep": {
                      "type": "string",
                      "nullable": true
                    },
                    "format": {
                      "type": "string",
                      "nullable": true
                    },
                    "berekendeVariabelen": {
                      "type": "string",
                      "nullable": true
                    },
                    "themaKerncijfertabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "tussenkopjeKerncijfertabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "kleurenpalet": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "legendaCode": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "sdMinimumBevTotaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "sdMinimumWvoorBag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "topicArea": {
                      "type": "string",
                      "nullable": true
                    },
                    "label1": {
                      "type": "string",
                      "nullable": true
                    },
                    "definition": {
                      "type": "string",
                      "nullable": true
                    },
                    "referenceDate": {
                      "type": "string",
                      "nullable": true
                    },
                    "frequency": {
                      "type": "string",
                      "nullable": true
                    }
                  },
                  "required": [
                    "_links",
                    "variabele"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "indicatorenDefinities",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "sort": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "variabele": {
                      "type": "string"
                    },
                    "begrotingsProgramma": {
                      "type": "string",
                      "nullable": true
                    },
                    "thema": {
                      "type": "string",
                      "nullable": true
                    },
                    "label": {
                      "type": "string",
                      "nullable": true
                    },
                    "labelKort": {
                      "type": "string",
                      "nullable": true
                    },
                    "definitie": {
                      "type": "string",
                      "nullable": true
                    },
                    "bron": {
                      "type": "string",
                      "nullable": true
                    },
                    "peildatum": {
                      "type": "string",
                      "nullable": true
                    },
                    "verschijningsfrequentie": {
                      "type": "string",
                      "nullable": true
                    },
                    "rekeneenheid": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "symbool": {
                      "type": "string",
                      "nullable": true
                    },
                    "groep": {
                      "type": "string",
                      "nullable": true
                    },
                    "format": {
                      "type": "string",
                      "nullable": true
                    },
                    "berekendeVariabelen": {
                      "type": "string",
                      "nullable": true
                    },
                    "themaKerncijfertabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "tussenkopjeKerncijfertabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "kleurenpalet": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "legendaCode": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "sdMinimumBevTotaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "sdMinimumWvoorBag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "topicArea": {
                      "type": "string",
                      "nullable": true
                    },
                    "label1": {
                      "type": "string",
                      "nullable": true
                    },
                    "definition": {
                      "type": "string",
                      "nullable": true
                    },
                    "referenceDate": {
                      "type": "string",
                      "nullable": true
                    },
                    "frequency": {
                      "type": "string",
                      "nullable": true
                    }
                  },
                  "required": [
                    "_links",
                    "variabele"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/kerncijfers": {
      "get": {
        "operationId": "bbga_kerncijfers_list",
        "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
        "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": {
              "IndicatorDefinitie": {
                "value": "indicatorDefinitie",
                "summary": "indicatorDefinitie",
                "description": "De variabele in kwestie."
              },
              "AllValues": {
                "value": "indicatorDefinitie",
                "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": "gebiedcode15",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gebiedcode15[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gebiedcode15[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gebiedcode15[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gebiedcode15[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gebiedcode15[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Exact; text",
            "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": "indicatorDefinitie.variabele",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indicatorDefinitie.variabele[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "jaar",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[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": "jaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "jaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "waarde",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[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": "waarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "waarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "kerncijfers"
        ],
        "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": {
                        "kerncijfers": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `kerncijfers._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 kerncijfers.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "indicatorDefinitie": {
                                            "type": "string",
                                            "nullable": true,
                                            "description": "De variabele in kwestie.",
                                            "readOnly": true
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "indicatorDefinitie",
                                          "title"
                                        ]
                                      },
                                      "indicatorDefinitie": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "indicatorDefinitie",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string"
                              },
                              "jaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "gebiedcode15": {
                                "type": "string",
                                "nullable": true
                              },
                              "waarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "indicatorDefinitieId": {
                                "type": "string",
                                "nullable": true,
                                "description": "De variabele in kwestie.",
                                "readOnly": true,
                                "deprecated": true
                              }
                            },
                            "required": [
                              "_links",
                              "id",
                              "indicatorDefinitieId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "kerncijfers": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `kerncijfers._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 kerncijfers.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "indicatorDefinitie": {
                                            "type": "string",
                                            "nullable": true,
                                            "description": "De variabele in kwestie.",
                                            "readOnly": true
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "indicatorDefinitie",
                                          "title"
                                        ]
                                      },
                                      "indicatorDefinitie": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "indicatorDefinitie",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string"
                              },
                              "jaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "gebiedcode15": {
                                "type": "string",
                                "nullable": true
                              },
                              "waarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "indicatorDefinitieId": {
                                "type": "string",
                                "nullable": true,
                                "description": "De variabele in kwestie.",
                                "readOnly": true,
                                "deprecated": true
                              }
                            },
                            "required": [
                              "_links",
                              "id",
                              "indicatorDefinitieId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "kerncijfers": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `kerncijfers._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 kerncijfers.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "indicatorDefinitie": {
                                            "type": "string",
                                            "nullable": true,
                                            "description": "De variabele in kwestie.",
                                            "readOnly": true
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "indicatorDefinitie",
                                          "title"
                                        ]
                                      },
                                      "indicatorDefinitie": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "indicatorDefinitie",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string"
                              },
                              "jaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "gebiedcode15": {
                                "type": "string",
                                "nullable": true
                              },
                              "waarde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "indicatorDefinitieId": {
                                "type": "string",
                                "nullable": true,
                                "description": "De variabele in kwestie.",
                                "readOnly": true,
                                "deprecated": true
                              }
                            },
                            "required": [
                              "_links",
                              "id",
                              "indicatorDefinitieId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/kerncijfers/{id}": {
      "get": {
        "operationId": "bbga_kerncijfers_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": {
              "IndicatorDefinitie": {
                "value": "indicatorDefinitie",
                "summary": "indicatorDefinitie",
                "description": "De variabele in kwestie."
              },
              "AllValues": {
                "value": "indicatorDefinitie",
                "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": "gebiedcode15",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gebiedcode15[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gebiedcode15[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gebiedcode15[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gebiedcode15[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gebiedcode15[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": "Exact; text",
            "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": "indicatorDefinitie.variabele",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indicatorDefinitie.variabele[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "jaar",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[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": "jaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "jaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "waarde",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[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": "waarde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "waarde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "waarde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "kerncijfers"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `kerncijfers._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 kerncijfers.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "indicatorDefinitie": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "De variabele in kwestie.",
                                  "readOnly": true
                                }
                              },
                              "required": [
                                "href",
                                "indicatorDefinitie",
                                "title"
                              ]
                            },
                            "indicatorDefinitie": {
                              "type": "object",
                              "description": "The identifier of the relationship to indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "indicatorDefinitie",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string"
                    },
                    "jaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "gebiedcode15": {
                      "type": "string",
                      "nullable": true
                    },
                    "waarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "indicatorDefinitieId": {
                      "type": "string",
                      "nullable": true,
                      "description": "De variabele in kwestie.",
                      "readOnly": true,
                      "deprecated": true
                    }
                  },
                  "required": [
                    "_links",
                    "id",
                    "indicatorDefinitieId"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `kerncijfers._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 kerncijfers.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "indicatorDefinitie": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "De variabele in kwestie.",
                                  "readOnly": true
                                }
                              },
                              "required": [
                                "href",
                                "indicatorDefinitie",
                                "title"
                              ]
                            },
                            "indicatorDefinitie": {
                              "type": "object",
                              "description": "The identifier of the relationship to indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "indicatorDefinitie",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string"
                    },
                    "jaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "gebiedcode15": {
                      "type": "string",
                      "nullable": true
                    },
                    "waarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "indicatorDefinitieId": {
                      "type": "string",
                      "nullable": true,
                      "description": "De variabele in kwestie.",
                      "readOnly": true,
                      "deprecated": true
                    }
                  },
                  "required": [
                    "_links",
                    "id",
                    "indicatorDefinitieId"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `kerncijfers._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 kerncijfers.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "indicatorDefinitie": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "De variabele in kwestie.",
                                  "readOnly": true
                                }
                              },
                              "required": [
                                "href",
                                "indicatorDefinitie",
                                "title"
                              ]
                            },
                            "indicatorDefinitie": {
                              "type": "object",
                              "description": "The identifier of the relationship to indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "indicatorDefinitie",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string"
                    },
                    "jaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "gebiedcode15": {
                      "type": "string",
                      "nullable": true
                    },
                    "waarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "indicatorDefinitieId": {
                      "type": "string",
                      "nullable": true,
                      "description": "De variabele in kwestie.",
                      "readOnly": true,
                      "deprecated": true
                    }
                  },
                  "required": [
                    "_links",
                    "id",
                    "indicatorDefinitieId"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/statistieken": {
      "get": {
        "operationId": "bbga_statistieken_list",
        "description": "Stedelijke gemiddelden en standaardafwijkingen.",
        "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": {
              "IndicatorDefinitie": {
                "value": "indicatorDefinitie",
                "summary": "indicatorDefinitie",
                "description": "De variabele in kwestie."
              },
              "AllValues": {
                "value": "indicatorDefinitie",
                "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": "bron",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bron[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "bron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gemiddelde",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[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": "gemiddelde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gemiddelde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Exact; text",
            "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": "indicatorDefinitie.variabele",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indicatorDefinitie.variabele[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "jaar",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[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": "jaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "jaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "standaardafwijking",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[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": "standaardafwijking[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "standaardafwijking[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "statistieken"
        ],
        "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": {
                        "statistieken": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Stedelijke gemiddelden en standaardafwijkingen.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `statistieken._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 statistieken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "indicatorDefinitie": {
                                            "type": "string",
                                            "nullable": true,
                                            "description": "De variabele in kwestie.",
                                            "readOnly": true
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "indicatorDefinitie",
                                          "title"
                                        ]
                                      },
                                      "indicatorDefinitie": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "indicatorDefinitie",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string"
                              },
                              "jaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "gemiddelde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "standaardafwijking": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "bron": {
                                "type": "string",
                                "nullable": true
                              },
                              "indicatorDefinitieId": {
                                "type": "string",
                                "nullable": true,
                                "description": "De variabele in kwestie.",
                                "readOnly": true,
                                "deprecated": true
                              }
                            },
                            "required": [
                              "_links",
                              "id",
                              "indicatorDefinitieId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "statistieken": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Stedelijke gemiddelden en standaardafwijkingen.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `statistieken._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 statistieken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "indicatorDefinitie": {
                                            "type": "string",
                                            "nullable": true,
                                            "description": "De variabele in kwestie.",
                                            "readOnly": true
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "indicatorDefinitie",
                                          "title"
                                        ]
                                      },
                                      "indicatorDefinitie": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "indicatorDefinitie",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string"
                              },
                              "jaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "gemiddelde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "standaardafwijking": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "bron": {
                                "type": "string",
                                "nullable": true
                              },
                              "indicatorDefinitieId": {
                                "type": "string",
                                "nullable": true,
                                "description": "De variabele in kwestie.",
                                "readOnly": true,
                                "deprecated": true
                              }
                            },
                            "required": [
                              "_links",
                              "id",
                              "indicatorDefinitieId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "statistieken": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Stedelijke gemiddelden en standaardafwijkingen.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `statistieken._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 statistieken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "indicatorDefinitie": {
                                            "type": "string",
                                            "nullable": true,
                                            "description": "De variabele in kwestie.",
                                            "readOnly": true
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "indicatorDefinitie",
                                          "title"
                                        ]
                                      },
                                      "indicatorDefinitie": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to indicatorenDefinities.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "variabele": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "title",
                                          "variabele"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "indicatorDefinitie",
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string"
                              },
                              "jaar": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true
                              },
                              "gemiddelde": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "standaardafwijking": {
                                "type": "number",
                                "format": "double",
                                "nullable": true
                              },
                              "bron": {
                                "type": "string",
                                "nullable": true
                              },
                              "indicatorDefinitieId": {
                                "type": "string",
                                "nullable": true,
                                "description": "De variabele in kwestie.",
                                "readOnly": true,
                                "deprecated": true
                              }
                            },
                            "required": [
                              "_links",
                              "id",
                              "indicatorDefinitieId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/statistieken/{id}": {
      "get": {
        "operationId": "bbga_statistieken_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": {
              "IndicatorDefinitie": {
                "value": "indicatorDefinitie",
                "summary": "indicatorDefinitie",
                "description": "De variabele in kwestie."
              },
              "AllValues": {
                "value": "indicatorDefinitie",
                "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": "bron",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bron[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "bron[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bron[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "bron[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bron[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gemiddelde",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[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": "gemiddelde[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gemiddelde[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "gemiddelde[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "required": true
          },
          {
            "name": "id",
            "in": "query",
            "description": "Exact; text",
            "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": "indicatorDefinitie.variabele",
            "in": "query",
            "description": "Exact; text",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "indicatorDefinitie.variabele[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "indicatorDefinitie.variabele[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "jaar",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[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": "jaar[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "jaar[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "jaar[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "standaardafwijking",
            "in": "query",
            "description": "Exact; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[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": "standaardafwijking[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "standaardafwijking[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "standaardafwijking[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          }
        ],
        "tags": [
          "statistieken"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "Stedelijke gemiddelden en standaardafwijkingen.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `statistieken._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 statistieken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "indicatorDefinitie": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "De variabele in kwestie.",
                                  "readOnly": true
                                }
                              },
                              "required": [
                                "href",
                                "indicatorDefinitie",
                                "title"
                              ]
                            },
                            "indicatorDefinitie": {
                              "type": "object",
                              "description": "The identifier of the relationship to indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "indicatorDefinitie",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string"
                    },
                    "jaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "gemiddelde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "standaardafwijking": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "bron": {
                      "type": "string",
                      "nullable": true
                    },
                    "indicatorDefinitieId": {
                      "type": "string",
                      "nullable": true,
                      "description": "De variabele in kwestie.",
                      "readOnly": true,
                      "deprecated": true
                    }
                  },
                  "required": [
                    "_links",
                    "id",
                    "indicatorDefinitieId"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "Stedelijke gemiddelden en standaardafwijkingen.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `statistieken._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 statistieken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "indicatorDefinitie": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "De variabele in kwestie.",
                                  "readOnly": true
                                }
                              },
                              "required": [
                                "href",
                                "indicatorDefinitie",
                                "title"
                              ]
                            },
                            "indicatorDefinitie": {
                              "type": "object",
                              "description": "The identifier of the relationship to indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "indicatorDefinitie",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string"
                    },
                    "jaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "gemiddelde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "standaardafwijking": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "bron": {
                      "type": "string",
                      "nullable": true
                    },
                    "indicatorDefinitieId": {
                      "type": "string",
                      "nullable": true,
                      "description": "De variabele in kwestie.",
                      "readOnly": true,
                      "deprecated": true
                    }
                  },
                  "required": [
                    "_links",
                    "id",
                    "indicatorDefinitieId"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "Stedelijke gemiddelden en standaardafwijkingen.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `statistieken._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 statistieken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "indicatorDefinitie": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "De variabele in kwestie.",
                                  "readOnly": true
                                }
                              },
                              "required": [
                                "href",
                                "indicatorDefinitie",
                                "title"
                              ]
                            },
                            "indicatorDefinitie": {
                              "type": "object",
                              "description": "The identifier of the relationship to indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "indicatorDefinitie",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string"
                    },
                    "jaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "gemiddelde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "standaardafwijking": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "bron": {
                      "type": "string",
                      "nullable": true
                    },
                    "indicatorDefinitieId": {
                      "type": "string",
                      "nullable": true,
                      "description": "De variabele in kwestie.",
                      "readOnly": true,
                      "deprecated": true
                    }
                  },
                  "required": [
                    "_links",
                    "id",
                    "indicatorDefinitieId"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "BbgadefaultIndicatorenDefinitiesLinks": {
        "type": "object",
        "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "variabele": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "title",
              "variabele"
            ]
          }
        },
        "required": [
          "schema",
          "self"
        ]
      },
      "BbgadefaultKerncijfersLinks": {
        "type": "object",
        "description": "The contents of the `kerncijfers._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 kerncijfers.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "indicatorDefinitie": {
                "type": "string",
                "nullable": true,
                "description": "De variabele in kwestie.",
                "readOnly": true
              }
            },
            "required": [
              "href",
              "indicatorDefinitie",
              "title"
            ]
          },
          "indicatorDefinitie": {
            "type": "object",
            "description": "The identifier of the relationship to indicatorenDefinities.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "variabele": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "title",
              "variabele"
            ]
          }
        },
        "required": [
          "indicatorDefinitie",
          "schema",
          "self"
        ]
      },
      "BbgadefaultStatistiekenLinks": {
        "type": "object",
        "description": "The contents of the `statistieken._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 statistieken.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "indicatorDefinitie": {
                "type": "string",
                "nullable": true,
                "description": "De variabele in kwestie.",
                "readOnly": true
              }
            },
            "required": [
              "href",
              "indicatorDefinitie",
              "title"
            ]
          },
          "indicatorDefinitie": {
            "type": "object",
            "description": "The identifier of the relationship to indicatorenDefinities.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "variabele": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "title",
              "variabele"
            ]
          }
        },
        "required": [
          "indicatorDefinitie",
          "schema",
          "self"
        ]
      },
      "Bbgaindicatoren_definities": {
        "type": "object",
        "description": "indicatorenDefinities",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "variabele": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "title",
                      "variabele"
                    ]
                  }
                },
                "required": [
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "sort": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true
          },
          "variabele": {
            "type": "string"
          },
          "begrotingsProgramma": {
            "type": "string",
            "nullable": true
          },
          "thema": {
            "type": "string",
            "nullable": true
          },
          "label": {
            "type": "string",
            "nullable": true
          },
          "labelKort": {
            "type": "string",
            "nullable": true
          },
          "definitie": {
            "type": "string",
            "nullable": true
          },
          "bron": {
            "type": "string",
            "nullable": true
          },
          "peildatum": {
            "type": "string",
            "nullable": true
          },
          "verschijningsfrequentie": {
            "type": "string",
            "nullable": true
          },
          "rekeneenheid": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true
          },
          "symbool": {
            "type": "string",
            "nullable": true
          },
          "groep": {
            "type": "string",
            "nullable": true
          },
          "format": {
            "type": "string",
            "nullable": true
          },
          "berekendeVariabelen": {
            "type": "string",
            "nullable": true
          },
          "themaKerncijfertabel": {
            "type": "string",
            "nullable": true
          },
          "tussenkopjeKerncijfertabel": {
            "type": "string",
            "nullable": true
          },
          "kleurenpalet": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true
          },
          "legendaCode": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true
          },
          "sdMinimumBevTotaal": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true
          },
          "sdMinimumWvoorBag": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true
          },
          "topicArea": {
            "type": "string",
            "nullable": true
          },
          "label1": {
            "type": "string",
            "nullable": true
          },
          "definition": {
            "type": "string",
            "nullable": true
          },
          "referenceDate": {
            "type": "string",
            "nullable": true
          },
          "frequency": {
            "type": "string",
            "nullable": true
          }
        },
        "required": [
          "_links",
          "variabele"
        ]
      },
      "Bbgaindicatoren_definitiesLink": {
        "type": "object",
        "description": "The identifier of the relationship to indicatorenDefinities.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "variabele": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "title",
          "variabele"
        ]
      },
      "Bbgakerncijfers": {
        "type": "object",
        "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `kerncijfers._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 kerncijfers.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "indicatorDefinitie": {
                        "type": "string",
                        "nullable": true,
                        "description": "De variabele in kwestie.",
                        "readOnly": true
                      }
                    },
                    "required": [
                      "href",
                      "indicatorDefinitie",
                      "title"
                    ]
                  },
                  "indicatorDefinitie": {
                    "type": "object",
                    "description": "The identifier of the relationship to indicatorenDefinities.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "variabele": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "title",
                      "variabele"
                    ]
                  }
                },
                "required": [
                  "indicatorDefinitie",
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string"
          },
          "jaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true
          },
          "gebiedcode15": {
            "type": "string",
            "nullable": true
          },
          "waarde": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "indicatorDefinitieId": {
            "type": "string",
            "nullable": true,
            "description": "De variabele in kwestie.",
            "readOnly": true,
            "deprecated": true
          }
        },
        "required": [
          "_links",
          "id",
          "indicatorDefinitieId"
        ]
      },
      "BbgakerncijfersLink": {
        "type": "object",
        "description": "The identifier of the relationship to kerncijfers.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "indicatorDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "De variabele in kwestie.",
            "readOnly": true
          }
        },
        "required": [
          "href",
          "indicatorDefinitie",
          "title"
        ]
      },
      "Bbgastatistieken": {
        "type": "object",
        "description": "Stedelijke gemiddelden en standaardafwijkingen.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `statistieken._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 statistieken.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "indicatorDefinitie": {
                        "type": "string",
                        "nullable": true,
                        "description": "De variabele in kwestie.",
                        "readOnly": true
                      }
                    },
                    "required": [
                      "href",
                      "indicatorDefinitie",
                      "title"
                    ]
                  },
                  "indicatorDefinitie": {
                    "type": "object",
                    "description": "The identifier of the relationship to indicatorenDefinities.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "variabele": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "title",
                      "variabele"
                    ]
                  }
                },
                "required": [
                  "indicatorDefinitie",
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string"
          },
          "jaar": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true
          },
          "gemiddelde": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "standaardafwijking": {
            "type": "number",
            "format": "double",
            "nullable": true
          },
          "bron": {
            "type": "string",
            "nullable": true
          },
          "indicatorDefinitieId": {
            "type": "string",
            "nullable": true,
            "description": "De variabele in kwestie.",
            "readOnly": true,
            "deprecated": true
          }
        },
        "required": [
          "_links",
          "id",
          "indicatorDefinitieId"
        ]
      },
      "BbgastatistiekenLink": {
        "type": "object",
        "description": "The identifier of the relationship to statistieken.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "indicatorDefinitie": {
            "type": "string",
            "nullable": true,
            "description": "De variabele in kwestie.",
            "readOnly": true
          }
        },
        "required": [
          "href",
          "indicatorDefinitie",
          "title"
        ]
      },
      "PaginatedBbgaindicatoren_definitiesList": {
        "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": {
              "indicatoren_definities": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "indicatorenDefinities",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `indicatorenDefinities._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 indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "sort": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "variabele": {
                      "type": "string"
                    },
                    "begrotingsProgramma": {
                      "type": "string",
                      "nullable": true
                    },
                    "thema": {
                      "type": "string",
                      "nullable": true
                    },
                    "label": {
                      "type": "string",
                      "nullable": true
                    },
                    "labelKort": {
                      "type": "string",
                      "nullable": true
                    },
                    "definitie": {
                      "type": "string",
                      "nullable": true
                    },
                    "bron": {
                      "type": "string",
                      "nullable": true
                    },
                    "peildatum": {
                      "type": "string",
                      "nullable": true
                    },
                    "verschijningsfrequentie": {
                      "type": "string",
                      "nullable": true
                    },
                    "rekeneenheid": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "symbool": {
                      "type": "string",
                      "nullable": true
                    },
                    "groep": {
                      "type": "string",
                      "nullable": true
                    },
                    "format": {
                      "type": "string",
                      "nullable": true
                    },
                    "berekendeVariabelen": {
                      "type": "string",
                      "nullable": true
                    },
                    "themaKerncijfertabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "tussenkopjeKerncijfertabel": {
                      "type": "string",
                      "nullable": true
                    },
                    "kleurenpalet": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "legendaCode": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "sdMinimumBevTotaal": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "sdMinimumWvoorBag": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "topicArea": {
                      "type": "string",
                      "nullable": true
                    },
                    "label1": {
                      "type": "string",
                      "nullable": true
                    },
                    "definition": {
                      "type": "string",
                      "nullable": true
                    },
                    "referenceDate": {
                      "type": "string",
                      "nullable": true
                    },
                    "frequency": {
                      "type": "string",
                      "nullable": true
                    }
                  },
                  "required": [
                    "_links",
                    "variabele"
                  ]
                }
              }
            }
          }
        }
      },
      "PaginatedBbgakerncijfersList": {
        "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": {
              "kerncijfers": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "Kerncijfers op het niveau van de meest gebruikte gebiedsindelingen in Amsterdam: stadsdelen, de 22 gebieden van het gebiedsgericht werken, wijken, buurten, winkel- en werkgebieden, PC4 en twee alternatieve buurtindelingen van de stadsdelen.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `kerncijfers._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 kerncijfers.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "indicatorDefinitie": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "De variabele in kwestie.",
                                  "readOnly": true
                                }
                              },
                              "required": [
                                "href",
                                "indicatorDefinitie",
                                "title"
                              ]
                            },
                            "indicatorDefinitie": {
                              "type": "object",
                              "description": "The identifier of the relationship to indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "indicatorDefinitie",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string"
                    },
                    "jaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "gebiedcode15": {
                      "type": "string",
                      "nullable": true
                    },
                    "waarde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "indicatorDefinitieId": {
                      "type": "string",
                      "nullable": true,
                      "description": "De variabele in kwestie.",
                      "readOnly": true,
                      "deprecated": true
                    }
                  },
                  "required": [
                    "_links",
                    "id",
                    "indicatorDefinitieId"
                  ]
                }
              }
            }
          }
        }
      },
      "PaginatedBbgastatistiekenList": {
        "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": {
              "statistieken": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "Stedelijke gemiddelden en standaardafwijkingen.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `statistieken._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 statistieken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "indicatorDefinitie": {
                                  "type": "string",
                                  "nullable": true,
                                  "description": "De variabele in kwestie.",
                                  "readOnly": true
                                }
                              },
                              "required": [
                                "href",
                                "indicatorDefinitie",
                                "title"
                              ]
                            },
                            "indicatorDefinitie": {
                              "type": "object",
                              "description": "The identifier of the relationship to indicatorenDefinities.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "variabele": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "title",
                                "variabele"
                              ]
                            }
                          },
                          "required": [
                            "indicatorDefinitie",
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string"
                    },
                    "jaar": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true
                    },
                    "gemiddelde": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "standaardafwijking": {
                      "type": "number",
                      "format": "double",
                      "nullable": true
                    },
                    "bron": {
                      "type": "string",
                      "nullable": true
                    },
                    "indicatorDefinitieId": {
                      "type": "string",
                      "nullable": true,
                      "description": "De variabele in kwestie.",
                      "readOnly": true,
                      "deprecated": true
                    }
                  },
                  "required": [
                    "_links",
                    "id",
                    "indicatorDefinitieId"
                  ]
                }
              }
            }
          }
        }
      },
      "Geometry": {
        "type": "object",
        "description": "GeoJSON geometry",
        "discriminator": {
          "propertyName": "type"
        },
        "required": [
          "type"
        ],
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "Point",
              "LineString",
              "Polygon",
              "MultiPoint",
              "MultiLineString",
              "MultiPolygon"
            ],
            "description": "the geometry type"
          },
          "coordinates": {
            "type": "array",
            "minItems": 2,
            "description": "Based on the geometry type, a point or collection of points.",
            "items": {
              "type": "number"
            }
          }
        }
      },
      "Point3D": {
        "type": "array",
        "description": "Point in 3D space",
        "minItems": 2,
        "maxItems": 3,
        "items": {
          "type": "number"
        }
      },
      "Point": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point"
                ]
              },
              "coordinates": {
                "type": "array",
                "description": "Point in 3D space",
                "minItems": 2,
                "maxItems": 3,
                "items": {
                  "type": "number"
                }
              }
            }
          }
        ]
      },
      "LineString": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "LineString"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "description": "Point in 3D space",
                  "minItems": 2,
                  "maxItems": 3,
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        ]
      },
      "Polygon": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Polygon"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "description": "Point in 3D space",
                    "minItems": 2,
                    "maxItems": 3,
                    "items": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "MultiPoint": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiPoint"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "description": "Point in 3D space",
                  "minItems": 2,
                  "maxItems": 3,
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        ]
      },
      "MultiLineString": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiLineString"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "description": "Point in 3D space",
                    "minItems": 2,
                    "maxItems": 3,
                    "items": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "MultiPolygon": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiPolygon"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "items": {
                      "type": "array",
                      "description": "Point in 3D space",
                      "minItems": 2,
                      "maxItems": 3,
                      "items": {
                        "type": "number"
                      }
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "GeometryCollection": {
        "type": "object",
        "description": "GeoJSON geometry collection",
        "required": [
          "type",
          "geometries"
        ],
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "GeometryCollection"
            ]
          },
          "geometries": {
            "type": "array",
            "items": {
              "type": "object",
              "description": "GeoJSON geometry",
              "discriminator": {
                "propertyName": "type"
              },
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "enum": [
                    "Point",
                    "LineString",
                    "Polygon",
                    "MultiPoint",
                    "MultiLineString",
                    "MultiPolygon"
                  ],
                  "description": "the geometry type"
                },
                "coordinates": {
                  "type": "array",
                  "minItems": 2,
                  "description": "Based on the geometry type, a point or collection of points.",
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        }
      }
    },
    "securitySchemes": {
      "oauth2": {
        "type": "oauth2",
        "flows": {
          "implicit": {
            "authorizationUrl": "https://iam.amsterdam.nl/auth/realms/datapunt-ad/protocol/openid-connect/auth",
            "scopes": {}
          }
        }
      }
    }
  },
  "x-versions": {
    "default": {
      "url": "https://api.data.amsterdam.nl/v1/bbga",
      "status": "deprecated",
      "endSupportDate": null,
      "statusDescription": "afgeschreven",
      "default": true,
      "paths": {
        "indicatoren_definities": "stable",
        "kerncijfers": "stable",
        "statistieken": "stable"
      },
      "pathsUnderDevelopment": false
    },
    "v1": {
      "url": "https://api.data.amsterdam.nl/v1/bbga/v1",
      "status": "deprecated",
      "endSupportDate": null,
      "statusDescription": "afgeschreven",
      "default": true,
      "paths": {
        "indicatoren_definities": "stable",
        "kerncijfers": "stable",
        "statistieken": "stable"
      },
      "pathsUnderDevelopment": false,
      "pathsDeprecated": false
    }
  }
}