{
  "openapi": "3.0.3",
  "info": {
    "title": "Stroomstoringen",
    "version": "1.0.0",
    "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam.",
    "termsOfService": "https://data.amsterdam.nl/",
    "contact": {
      "email": "datapunt@amsterdam.nl"
    },
    "license": {
      "name": "Creative Commons, Naamsvermelding"
    }
  },
  "servers": [
    {
      "url": "https://api.data.amsterdam.nl/"
    }
  ],
  "security": [
    {
      "oauth2": []
    }
  ],
  "externalDocs": {
    "description": "API Usage Documentation",
    "url": "https://api.data.amsterdam.nl/v1/docs/datasets/stroomstoringen.html"
  },
  "paths": {
    "/stroomstoringen": {
      "get": {
        "operationId": "stroomstoringen_stroomstoringen_list",
        "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
        "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": "datumEind",
            "in": "query",
            "description": "Datum en tijdstip opgelost.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "datumEind[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "datumEind[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "datumLog",
            "in": "query",
            "description": "Interne log datum Liander.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "datumLog[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "datumLog[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "geometry",
            "in": "query",
            "description": "Polygoon definitie stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[contains]",
            "in": "query",
            "description": "Use x,y or POINT(x y)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[intersects]",
            "in": "query",
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[not]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebied",
            "in": "query",
            "description": "Gebied wat (mede) is geraakt door stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebiedLengte",
            "in": "query",
            "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebiedLengte[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gestoordGebiedLengte[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gestoordGebiedLengte[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gestoordGebiedLengte[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebiedLengte[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gestoordGebied[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gestoordGebied[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gestoordGebied[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gestoordGebied[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebied[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Uniek identificerend kenmerk stroomstoring.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[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": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "mutatieActie",
            "in": "query",
            "description": "Soort handeling uitgevoerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mutatieActie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "mutatieActie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "mutatieActie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "mutatieActie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mutatieActie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingComponent",
            "in": "query",
            "description": "Component stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingComponent[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingComponent[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingComponent[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingComponent[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingComponent[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingDatumEind",
            "in": "query",
            "description": "Eindatum stroomstoring.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingDatumEind[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumEind[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "storingDatumGemeld",
            "in": "query",
            "description": "Datum en tijdstip van melding.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingDatumGemeld[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumGemeld[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "storingDatumSchatting",
            "in": "query",
            "description": "Geschatte datum en tijdstip stroomstoring opgelost.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingDatumSchatting[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumSchatting[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "storingDatumWijziging",
            "in": "query",
            "description": "Datum wijziging.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingDatumWijziging[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingDatumWijziging[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumWijziging[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumWijziging[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingDatumWijziging[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingEnergiesoort",
            "in": "query",
            "description": "Energiesoort met betrekking tot stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingEnergiesoort[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingEnergiesoort[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingEnergiesoort[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingEnergiesoort[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingEnergiesoort[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingGetroffenKlanten",
            "in": "query",
            "description": "Indicatie aantal getroffen personen.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenKlanten[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingGetroffenKlanten[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenKlanten[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenKlanten[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenKlanten[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingGetroffenPlaatsen",
            "in": "query",
            "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenPlaatsen[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingGetroffenPlaatsen[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenPlaatsen[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenPlaatsen[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenPlaatsen[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingGetroffenPostcodes",
            "in": "query",
            "description": "Lijst van getroffen postcodes.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenPostcodes[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingGetroffenPostcodes[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenPostcodes[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenPostcodes[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenPostcodes[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingGetroffenStraten",
            "in": "query",
            "description": "Indicatie aantal getroffen straten.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenStraten[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingGetroffenStraten[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenStraten[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenStraten[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenStraten[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingNummer",
            "in": "query",
            "description": "Intern storingnummer Liander.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[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": "storingNummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingNummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "storingOorzaak",
            "in": "query",
            "description": "Oorzaak van stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingOorzaak[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingOorzaak[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingOorzaak[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingOorzaak[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingOorzaak[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingServiceUpdate",
            "in": "query",
            "description": "Datum update.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingServiceUpdate[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingServiceUpdate[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingServiceUpdate[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingServiceUpdate[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingServiceUpdate[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingStatus",
            "in": "query",
            "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingStatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingStatus[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingStatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingStatus[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingStatus[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingType",
            "in": "query",
            "description": "Type stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingType[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "stroomstoringen"
        ],
        "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": {
                        "stroomstoringen": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Uniek identificerend kenmerk stroomstoring."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Uniek identificerend kenmerk stroomstoring."
                              },
                              "geometry": {
                                "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"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "storingNummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Intern storingnummer Liander."
                              },
                              "storingGetroffenPostcodes": {
                                "type": "string",
                                "nullable": true,
                                "description": "Lijst van getroffen postcodes."
                              },
                              "storingType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type stroomstoring."
                              },
                              "storingEnergiesoort": {
                                "type": "string",
                                "nullable": true,
                                "description": "Energiesoort met betrekking tot stroomstoring."
                              },
                              "storingStatus": {
                                "type": "string",
                                "nullable": true,
                                "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)"
                              },
                              "storingDatumGemeld": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Datum en tijdstip van melding."
                              },
                              "storingDatumSchatting": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Geschatte datum en tijdstip stroomstoring opgelost."
                              },
                              "storingDatumEind": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Eindatum stroomstoring."
                              },
                              "storingComponent": {
                                "type": "string",
                                "nullable": true,
                                "description": "Component stroomstoring."
                              },
                              "storingOorzaak": {
                                "type": "string",
                                "nullable": true,
                                "description": "Oorzaak van stroomstoring."
                              },
                              "storingGetroffenKlanten": {
                                "type": "string",
                                "nullable": true,
                                "description": "Indicatie aantal getroffen personen."
                              },
                              "storingGetroffenStraten": {
                                "type": "string",
                                "nullable": true,
                                "description": "Indicatie aantal getroffen straten."
                              },
                              "storingDatumWijziging": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datum wijziging."
                              },
                              "storingServiceUpdate": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datum update."
                              },
                              "mutatieActie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort handeling uitgevoerd."
                              },
                              "datumEind": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Datum en tijdstip opgelost."
                              },
                              "storingGetroffenPlaatsen": {
                                "type": "string",
                                "nullable": true,
                                "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam."
                              },
                              "datumLog": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Interne log datum Liander."
                              },
                              "gestoordGebied": {
                                "type": "string",
                                "nullable": true,
                                "description": "Gebied wat (mede) is geraakt door stroomstoring."
                              },
                              "gestoordGebiedLengte": {
                                "type": "string",
                                "nullable": true,
                                "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters)."
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "stroomstoringen": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Uniek identificerend kenmerk stroomstoring."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Uniek identificerend kenmerk stroomstoring."
                              },
                              "geometry": {
                                "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"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "storingNummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Intern storingnummer Liander."
                              },
                              "storingGetroffenPostcodes": {
                                "type": "string",
                                "nullable": true,
                                "description": "Lijst van getroffen postcodes."
                              },
                              "storingType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type stroomstoring."
                              },
                              "storingEnergiesoort": {
                                "type": "string",
                                "nullable": true,
                                "description": "Energiesoort met betrekking tot stroomstoring."
                              },
                              "storingStatus": {
                                "type": "string",
                                "nullable": true,
                                "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)"
                              },
                              "storingDatumGemeld": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Datum en tijdstip van melding."
                              },
                              "storingDatumSchatting": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Geschatte datum en tijdstip stroomstoring opgelost."
                              },
                              "storingDatumEind": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Eindatum stroomstoring."
                              },
                              "storingComponent": {
                                "type": "string",
                                "nullable": true,
                                "description": "Component stroomstoring."
                              },
                              "storingOorzaak": {
                                "type": "string",
                                "nullable": true,
                                "description": "Oorzaak van stroomstoring."
                              },
                              "storingGetroffenKlanten": {
                                "type": "string",
                                "nullable": true,
                                "description": "Indicatie aantal getroffen personen."
                              },
                              "storingGetroffenStraten": {
                                "type": "string",
                                "nullable": true,
                                "description": "Indicatie aantal getroffen straten."
                              },
                              "storingDatumWijziging": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datum wijziging."
                              },
                              "storingServiceUpdate": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datum update."
                              },
                              "mutatieActie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort handeling uitgevoerd."
                              },
                              "datumEind": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Datum en tijdstip opgelost."
                              },
                              "storingGetroffenPlaatsen": {
                                "type": "string",
                                "nullable": true,
                                "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam."
                              },
                              "datumLog": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Interne log datum Liander."
                              },
                              "gestoordGebied": {
                                "type": "string",
                                "nullable": true,
                                "description": "Gebied wat (mede) is geraakt door stroomstoring."
                              },
                              "gestoordGebiedLengte": {
                                "type": "string",
                                "nullable": true,
                                "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters)."
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "stroomstoringen": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Uniek identificerend kenmerk stroomstoring."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Uniek identificerend kenmerk stroomstoring."
                              },
                              "geometry": {
                                "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"
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                ]
                              },
                              "storingNummer": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Intern storingnummer Liander."
                              },
                              "storingGetroffenPostcodes": {
                                "type": "string",
                                "nullable": true,
                                "description": "Lijst van getroffen postcodes."
                              },
                              "storingType": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type stroomstoring."
                              },
                              "storingEnergiesoort": {
                                "type": "string",
                                "nullable": true,
                                "description": "Energiesoort met betrekking tot stroomstoring."
                              },
                              "storingStatus": {
                                "type": "string",
                                "nullable": true,
                                "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)"
                              },
                              "storingDatumGemeld": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Datum en tijdstip van melding."
                              },
                              "storingDatumSchatting": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Geschatte datum en tijdstip stroomstoring opgelost."
                              },
                              "storingDatumEind": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Eindatum stroomstoring."
                              },
                              "storingComponent": {
                                "type": "string",
                                "nullable": true,
                                "description": "Component stroomstoring."
                              },
                              "storingOorzaak": {
                                "type": "string",
                                "nullable": true,
                                "description": "Oorzaak van stroomstoring."
                              },
                              "storingGetroffenKlanten": {
                                "type": "string",
                                "nullable": true,
                                "description": "Indicatie aantal getroffen personen."
                              },
                              "storingGetroffenStraten": {
                                "type": "string",
                                "nullable": true,
                                "description": "Indicatie aantal getroffen straten."
                              },
                              "storingDatumWijziging": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datum wijziging."
                              },
                              "storingServiceUpdate": {
                                "type": "string",
                                "nullable": true,
                                "description": "Datum update."
                              },
                              "mutatieActie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort handeling uitgevoerd."
                              },
                              "datumEind": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Datum en tijdstip opgelost."
                              },
                              "storingGetroffenPlaatsen": {
                                "type": "string",
                                "nullable": true,
                                "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam."
                              },
                              "datumLog": {
                                "type": "string",
                                "format": "date-time",
                                "nullable": true,
                                "description": "Interne log datum Liander."
                              },
                              "gestoordGebied": {
                                "type": "string",
                                "nullable": true,
                                "description": "Gebied wat (mede) is geraakt door stroomstoring."
                              },
                              "gestoordGebiedLengte": {
                                "type": "string",
                                "nullable": true,
                                "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters)."
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/stroomstoringen/{id}": {
      "get": {
        "operationId": "stroomstoringen_stroomstoringen_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": "datumEind",
            "in": "query",
            "description": "Datum en tijdstip opgelost.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "datumEind[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "datumEind[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumEind[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "datumLog",
            "in": "query",
            "description": "Interne log datum Liander.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "datumLog[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "datumLog[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "datumLog[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "geometry",
            "in": "query",
            "description": "Polygoon definitie stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[contains]",
            "in": "query",
            "description": "Use x,y or POINT(x y)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[intersects]",
            "in": "query",
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[not]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebied",
            "in": "query",
            "description": "Gebied wat (mede) is geraakt door stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebiedLengte",
            "in": "query",
            "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebiedLengte[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gestoordGebiedLengte[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gestoordGebiedLengte[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gestoordGebiedLengte[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebiedLengte[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "gestoordGebied[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "gestoordGebied[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gestoordGebied[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "gestoordGebied[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gestoordGebied[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": "Uniek identificerend kenmerk stroomstoring.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[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": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "mutatieActie",
            "in": "query",
            "description": "Soort handeling uitgevoerd.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mutatieActie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "mutatieActie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "mutatieActie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "mutatieActie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "mutatieActie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingComponent",
            "in": "query",
            "description": "Component stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingComponent[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingComponent[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingComponent[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingComponent[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingComponent[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingDatumEind",
            "in": "query",
            "description": "Eindatum stroomstoring.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingDatumEind[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumEind[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumEind[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "storingDatumGemeld",
            "in": "query",
            "description": "Datum en tijdstip van melding.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingDatumGemeld[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumGemeld[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumGemeld[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "storingDatumSchatting",
            "in": "query",
            "description": "Geschatte datum en tijdstip stroomstoring opgelost.",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingDatumSchatting[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumSchatting[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "string",
              "format": "date-time"
            }
          },
          {
            "name": "storingDatumSchatting[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd or yyyy-mm-ddThh:mm[:ss[.ms]]",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date-time"
              }
            }
          },
          {
            "name": "storingDatumWijziging",
            "in": "query",
            "description": "Datum wijziging.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingDatumWijziging[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingDatumWijziging[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumWijziging[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingDatumWijziging[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingDatumWijziging[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingEnergiesoort",
            "in": "query",
            "description": "Energiesoort met betrekking tot stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingEnergiesoort[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingEnergiesoort[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingEnergiesoort[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingEnergiesoort[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingEnergiesoort[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingGetroffenKlanten",
            "in": "query",
            "description": "Indicatie aantal getroffen personen.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenKlanten[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingGetroffenKlanten[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenKlanten[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenKlanten[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenKlanten[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingGetroffenPlaatsen",
            "in": "query",
            "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenPlaatsen[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingGetroffenPlaatsen[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenPlaatsen[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenPlaatsen[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenPlaatsen[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingGetroffenPostcodes",
            "in": "query",
            "description": "Lijst van getroffen postcodes.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenPostcodes[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingGetroffenPostcodes[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenPostcodes[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenPostcodes[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenPostcodes[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingGetroffenStraten",
            "in": "query",
            "description": "Indicatie aantal getroffen straten.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenStraten[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingGetroffenStraten[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenStraten[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingGetroffenStraten[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingGetroffenStraten[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingNummer",
            "in": "query",
            "description": "Intern storingnummer Liander.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[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": "storingNummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingNummer[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "storingNummer[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "storingOorzaak",
            "in": "query",
            "description": "Oorzaak van stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingOorzaak[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingOorzaak[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingOorzaak[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingOorzaak[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingOorzaak[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingServiceUpdate",
            "in": "query",
            "description": "Datum update.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingServiceUpdate[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingServiceUpdate[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingServiceUpdate[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingServiceUpdate[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingServiceUpdate[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingStatus",
            "in": "query",
            "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingStatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingStatus[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingStatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingStatus[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingStatus[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingType",
            "in": "query",
            "description": "Type stroomstoring.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingType[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingType[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingType[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "storingType[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storingType[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "stroomstoringen"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Uniek identificerend kenmerk stroomstoring."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Uniek identificerend kenmerk stroomstoring."
                    },
                    "geometry": {
                      "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"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      ]
                    },
                    "storingNummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Intern storingnummer Liander."
                    },
                    "storingGetroffenPostcodes": {
                      "type": "string",
                      "nullable": true,
                      "description": "Lijst van getroffen postcodes."
                    },
                    "storingType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type stroomstoring."
                    },
                    "storingEnergiesoort": {
                      "type": "string",
                      "nullable": true,
                      "description": "Energiesoort met betrekking tot stroomstoring."
                    },
                    "storingStatus": {
                      "type": "string",
                      "nullable": true,
                      "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)"
                    },
                    "storingDatumGemeld": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Datum en tijdstip van melding."
                    },
                    "storingDatumSchatting": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Geschatte datum en tijdstip stroomstoring opgelost."
                    },
                    "storingDatumEind": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Eindatum stroomstoring."
                    },
                    "storingComponent": {
                      "type": "string",
                      "nullable": true,
                      "description": "Component stroomstoring."
                    },
                    "storingOorzaak": {
                      "type": "string",
                      "nullable": true,
                      "description": "Oorzaak van stroomstoring."
                    },
                    "storingGetroffenKlanten": {
                      "type": "string",
                      "nullable": true,
                      "description": "Indicatie aantal getroffen personen."
                    },
                    "storingGetroffenStraten": {
                      "type": "string",
                      "nullable": true,
                      "description": "Indicatie aantal getroffen straten."
                    },
                    "storingDatumWijziging": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datum wijziging."
                    },
                    "storingServiceUpdate": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datum update."
                    },
                    "mutatieActie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort handeling uitgevoerd."
                    },
                    "datumEind": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Datum en tijdstip opgelost."
                    },
                    "storingGetroffenPlaatsen": {
                      "type": "string",
                      "nullable": true,
                      "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam."
                    },
                    "datumLog": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Interne log datum Liander."
                    },
                    "gestoordGebied": {
                      "type": "string",
                      "nullable": true,
                      "description": "Gebied wat (mede) is geraakt door stroomstoring."
                    },
                    "gestoordGebiedLengte": {
                      "type": "string",
                      "nullable": true,
                      "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters)."
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Uniek identificerend kenmerk stroomstoring."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Uniek identificerend kenmerk stroomstoring."
                    },
                    "geometry": {
                      "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"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      ]
                    },
                    "storingNummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Intern storingnummer Liander."
                    },
                    "storingGetroffenPostcodes": {
                      "type": "string",
                      "nullable": true,
                      "description": "Lijst van getroffen postcodes."
                    },
                    "storingType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type stroomstoring."
                    },
                    "storingEnergiesoort": {
                      "type": "string",
                      "nullable": true,
                      "description": "Energiesoort met betrekking tot stroomstoring."
                    },
                    "storingStatus": {
                      "type": "string",
                      "nullable": true,
                      "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)"
                    },
                    "storingDatumGemeld": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Datum en tijdstip van melding."
                    },
                    "storingDatumSchatting": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Geschatte datum en tijdstip stroomstoring opgelost."
                    },
                    "storingDatumEind": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Eindatum stroomstoring."
                    },
                    "storingComponent": {
                      "type": "string",
                      "nullable": true,
                      "description": "Component stroomstoring."
                    },
                    "storingOorzaak": {
                      "type": "string",
                      "nullable": true,
                      "description": "Oorzaak van stroomstoring."
                    },
                    "storingGetroffenKlanten": {
                      "type": "string",
                      "nullable": true,
                      "description": "Indicatie aantal getroffen personen."
                    },
                    "storingGetroffenStraten": {
                      "type": "string",
                      "nullable": true,
                      "description": "Indicatie aantal getroffen straten."
                    },
                    "storingDatumWijziging": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datum wijziging."
                    },
                    "storingServiceUpdate": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datum update."
                    },
                    "mutatieActie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort handeling uitgevoerd."
                    },
                    "datumEind": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Datum en tijdstip opgelost."
                    },
                    "storingGetroffenPlaatsen": {
                      "type": "string",
                      "nullable": true,
                      "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam."
                    },
                    "datumLog": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Interne log datum Liander."
                    },
                    "gestoordGebied": {
                      "type": "string",
                      "nullable": true,
                      "description": "Gebied wat (mede) is geraakt door stroomstoring."
                    },
                    "gestoordGebiedLengte": {
                      "type": "string",
                      "nullable": true,
                      "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters)."
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Uniek identificerend kenmerk stroomstoring."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Uniek identificerend kenmerk stroomstoring."
                    },
                    "geometry": {
                      "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"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      ]
                    },
                    "storingNummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Intern storingnummer Liander."
                    },
                    "storingGetroffenPostcodes": {
                      "type": "string",
                      "nullable": true,
                      "description": "Lijst van getroffen postcodes."
                    },
                    "storingType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type stroomstoring."
                    },
                    "storingEnergiesoort": {
                      "type": "string",
                      "nullable": true,
                      "description": "Energiesoort met betrekking tot stroomstoring."
                    },
                    "storingStatus": {
                      "type": "string",
                      "nullable": true,
                      "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)"
                    },
                    "storingDatumGemeld": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Datum en tijdstip van melding."
                    },
                    "storingDatumSchatting": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Geschatte datum en tijdstip stroomstoring opgelost."
                    },
                    "storingDatumEind": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Eindatum stroomstoring."
                    },
                    "storingComponent": {
                      "type": "string",
                      "nullable": true,
                      "description": "Component stroomstoring."
                    },
                    "storingOorzaak": {
                      "type": "string",
                      "nullable": true,
                      "description": "Oorzaak van stroomstoring."
                    },
                    "storingGetroffenKlanten": {
                      "type": "string",
                      "nullable": true,
                      "description": "Indicatie aantal getroffen personen."
                    },
                    "storingGetroffenStraten": {
                      "type": "string",
                      "nullable": true,
                      "description": "Indicatie aantal getroffen straten."
                    },
                    "storingDatumWijziging": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datum wijziging."
                    },
                    "storingServiceUpdate": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datum update."
                    },
                    "mutatieActie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort handeling uitgevoerd."
                    },
                    "datumEind": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Datum en tijdstip opgelost."
                    },
                    "storingGetroffenPlaatsen": {
                      "type": "string",
                      "nullable": true,
                      "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam."
                    },
                    "datumLog": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Interne log datum Liander."
                    },
                    "gestoordGebied": {
                      "type": "string",
                      "nullable": true,
                      "description": "Gebied wat (mede) is geraakt door stroomstoring."
                    },
                    "gestoordGebiedLengte": {
                      "type": "string",
                      "nullable": true,
                      "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters)."
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "PaginatedStroomstoringenstroomstoringenList": {
        "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": {
              "stroomstoringen": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Uniek identificerend kenmerk stroomstoring."
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Uniek identificerend kenmerk stroomstoring."
                    },
                    "geometry": {
                      "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"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      ]
                    },
                    "storingNummer": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Intern storingnummer Liander."
                    },
                    "storingGetroffenPostcodes": {
                      "type": "string",
                      "nullable": true,
                      "description": "Lijst van getroffen postcodes."
                    },
                    "storingType": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type stroomstoring."
                    },
                    "storingEnergiesoort": {
                      "type": "string",
                      "nullable": true,
                      "description": "Energiesoort met betrekking tot stroomstoring."
                    },
                    "storingStatus": {
                      "type": "string",
                      "nullable": true,
                      "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)"
                    },
                    "storingDatumGemeld": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Datum en tijdstip van melding."
                    },
                    "storingDatumSchatting": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Geschatte datum en tijdstip stroomstoring opgelost."
                    },
                    "storingDatumEind": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Eindatum stroomstoring."
                    },
                    "storingComponent": {
                      "type": "string",
                      "nullable": true,
                      "description": "Component stroomstoring."
                    },
                    "storingOorzaak": {
                      "type": "string",
                      "nullable": true,
                      "description": "Oorzaak van stroomstoring."
                    },
                    "storingGetroffenKlanten": {
                      "type": "string",
                      "nullable": true,
                      "description": "Indicatie aantal getroffen personen."
                    },
                    "storingGetroffenStraten": {
                      "type": "string",
                      "nullable": true,
                      "description": "Indicatie aantal getroffen straten."
                    },
                    "storingDatumWijziging": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datum wijziging."
                    },
                    "storingServiceUpdate": {
                      "type": "string",
                      "nullable": true,
                      "description": "Datum update."
                    },
                    "mutatieActie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort handeling uitgevoerd."
                    },
                    "datumEind": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Datum en tijdstip opgelost."
                    },
                    "storingGetroffenPlaatsen": {
                      "type": "string",
                      "nullable": true,
                      "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam."
                    },
                    "datumLog": {
                      "type": "string",
                      "format": "date-time",
                      "nullable": true,
                      "description": "Interne log datum Liander."
                    },
                    "gestoordGebied": {
                      "type": "string",
                      "nullable": true,
                      "description": "Gebied wat (mede) is geraakt door stroomstoring."
                    },
                    "gestoordGebiedLengte": {
                      "type": "string",
                      "nullable": true,
                      "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters)."
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "StroomstoringendefaultStroomstoringenLinks": {
        "type": "object",
        "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "integer",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "format": "int64",
                "description": "Uniek identificerend kenmerk stroomstoring."
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          }
        },
        "required": [
          "schema",
          "self"
        ]
      },
      "Stroomstoringenstroomstoringen": {
        "type": "object",
        "description": "Stroomstoringen (van vandaag) Liander netwerk regio Amsterdam",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `stroomstoringen._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 stroomstoringen.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "integer",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "format": "int64",
                        "description": "Uniek identificerend kenmerk stroomstoring."
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  }
                },
                "required": [
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "description": "Uniek identificerend kenmerk stroomstoring."
          },
          "geometry": {
            "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"
                          }
                        }
                      }
                    }
                  }
                }
              }
            ]
          },
          "storingNummer": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Intern storingnummer Liander."
          },
          "storingGetroffenPostcodes": {
            "type": "string",
            "nullable": true,
            "description": "Lijst van getroffen postcodes."
          },
          "storingType": {
            "type": "string",
            "nullable": true,
            "description": "Type stroomstoring."
          },
          "storingEnergiesoort": {
            "type": "string",
            "nullable": true,
            "description": "Energiesoort met betrekking tot stroomstoring."
          },
          "storingStatus": {
            "type": "string",
            "nullable": true,
            "description": "Actuele status stroomstoring (met een vertraging van circa 10 min.)"
          },
          "storingDatumGemeld": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Datum en tijdstip van melding."
          },
          "storingDatumSchatting": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Geschatte datum en tijdstip stroomstoring opgelost."
          },
          "storingDatumEind": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Eindatum stroomstoring."
          },
          "storingComponent": {
            "type": "string",
            "nullable": true,
            "description": "Component stroomstoring."
          },
          "storingOorzaak": {
            "type": "string",
            "nullable": true,
            "description": "Oorzaak van stroomstoring."
          },
          "storingGetroffenKlanten": {
            "type": "string",
            "nullable": true,
            "description": "Indicatie aantal getroffen personen."
          },
          "storingGetroffenStraten": {
            "type": "string",
            "nullable": true,
            "description": "Indicatie aantal getroffen straten."
          },
          "storingDatumWijziging": {
            "type": "string",
            "nullable": true,
            "description": "Datum wijziging."
          },
          "storingServiceUpdate": {
            "type": "string",
            "nullable": true,
            "description": "Datum update."
          },
          "mutatieActie": {
            "type": "string",
            "nullable": true,
            "description": "Soort handeling uitgevoerd."
          },
          "datumEind": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Datum en tijdstip opgelost."
          },
          "storingGetroffenPlaatsen": {
            "type": "string",
            "nullable": true,
            "description": "Regio waar binnen de stroomstoring valt. In dit geval Amsterdam."
          },
          "datumLog": {
            "type": "string",
            "format": "date-time",
            "nullable": true,
            "description": "Interne log datum Liander."
          },
          "gestoordGebied": {
            "type": "string",
            "nullable": true,
            "description": "Gebied wat (mede) is geraakt door stroomstoring."
          },
          "gestoordGebiedLengte": {
            "type": "string",
            "nullable": true,
            "description": "Lengte van het gebied wat (mede) is geraakt door stroomstoring (in meters)."
          }
        },
        "required": [
          "_links",
          "id"
        ]
      },
      "StroomstoringenstroomstoringenLink": {
        "type": "object",
        "description": "The identifier of the relationship to stroomstoringen.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "description": "Uniek identificerend kenmerk stroomstoring."
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "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/stroomstoringen",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "stroomstoringen": "stable"
      },
      "pathsUnderDevelopment": false
    },
    "v1": {
      "url": "https://api.data.amsterdam.nl/v1/stroomstoringen/v1",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "stroomstoringen": "stable"
      },
      "pathsUnderDevelopment": false
    }
  }
}