{
  "openapi": "3.0.3",
  "info": {
    "title": "Storingsmeldingen openbare verlichting en klokken",
    "version": "1.0.0",
    "description": "De dataset bevat gegevens over de storingsmeldingen van openbare verlichting en klokken van de Gemeente van Amsterdam.",
    "termsOfService": "https://data.amsterdam.nl/",
    "contact": {
      "email": "datapunt@amsterdam.nl"
    },
    "license": {
      "name": "public"
    }
  },
  "servers": [
    {
      "url": "https://api.data.amsterdam.nl/"
    }
  ],
  "security": [
    {
      "oauth2": []
    }
  ],
  "externalDocs": {
    "description": "API Usage Documentation",
    "url": "https://api.data.amsterdam.nl/v1/docs/datasets/storingsmeldingen_ovl_en_klokken.html"
  },
  "paths": {
    "/klokken": {
      "get": {
        "operationId": "storingsmeldingen_ovl_en_klokken_klokken_list",
        "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
        "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": "breedtegraad",
            "in": "query",
            "description": "Breedtegraad van een klok.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "breedtegraad[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "breedtegraad[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "geometry",
            "in": "query",
            "description": "Punt definitie van een klok.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[contains]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[intersects]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "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": "lengtegraad",
            "in": "query",
            "description": "Lengtegraad van een klok.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "lengtegraad[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "lengtegraad[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "meldingstatus",
            "in": "query",
            "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding.",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "meldingstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "description": "Een unieke aanduiding van een klok door de bron.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[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": "objectId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectId[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "objectnummer",
            "in": "query",
            "description": "Een unieke aanduiding van een klok door de bron.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objectnummer[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectnummer[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectnummer[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "objecttype",
            "in": "query",
            "description": "Type aanduiding van een klok.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving",
            "in": "query",
            "description": "Omschrijving van type aanduiding van een klok.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objecttypeOmschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttypeOmschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttypeOmschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "objecttype[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objecttype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttype[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": "storingstatus",
            "in": "query",
            "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing.",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            }
          }
        ],
        "tags": [
          "klokken"
        ],
        "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": {
                        "klokken": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `klokken._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 klokken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "objectId": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Een unieke aanduiding van een klok door de bron."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "objectId",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "objectId": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Een unieke aanduiding van een klok door de bron."
                              },
                              "objecttype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type aanduiding van een klok."
                              },
                              "objecttypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Omschrijving van type aanduiding van een klok."
                              },
                              "objectnummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een unieke aanduiding van een klok door de bron."
                              },
                              "breedtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Breedtegraad van een klok."
                              },
                              "lengtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Lengtegraad van een klok."
                              },
                              "storingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing."
                              },
                              "meldingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding."
                              },
                              "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"
                                    }
                                  }
                                }
                              }
                            },
                            "required": [
                              "_links",
                              "objectId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "klokken": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `klokken._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 klokken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "objectId": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Een unieke aanduiding van een klok door de bron."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "objectId",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "objectId": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Een unieke aanduiding van een klok door de bron."
                              },
                              "objecttype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type aanduiding van een klok."
                              },
                              "objecttypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Omschrijving van type aanduiding van een klok."
                              },
                              "objectnummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een unieke aanduiding van een klok door de bron."
                              },
                              "breedtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Breedtegraad van een klok."
                              },
                              "lengtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Lengtegraad van een klok."
                              },
                              "storingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing."
                              },
                              "meldingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding."
                              },
                              "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"
                                    }
                                  }
                                }
                              }
                            },
                            "required": [
                              "_links",
                              "objectId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "klokken": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `klokken._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 klokken.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "objectId": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Een unieke aanduiding van een klok door de bron."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "objectId",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "objectId": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Een unieke aanduiding van een klok door de bron."
                              },
                              "objecttype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type aanduiding van een klok."
                              },
                              "objecttypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Omschrijving van type aanduiding van een klok."
                              },
                              "objectnummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een unieke aanduiding van een klok door de bron."
                              },
                              "breedtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Breedtegraad van een klok."
                              },
                              "lengtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Lengtegraad van een klok."
                              },
                              "storingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing."
                              },
                              "meldingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding."
                              },
                              "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"
                                    }
                                  }
                                }
                              }
                            },
                            "required": [
                              "_links",
                              "objectId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/klokken/{object_id}": {
      "get": {
        "operationId": "storingsmeldingen_ovl_en_klokken_klokken_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": "breedtegraad",
            "in": "query",
            "description": "Breedtegraad van een klok.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "breedtegraad[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "breedtegraad[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "geometry",
            "in": "query",
            "description": "Punt definitie van een klok.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[contains]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[intersects]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "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": "lengtegraad",
            "in": "query",
            "description": "Lengtegraad van een klok.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "lengtegraad[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "lengtegraad[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "meldingstatus",
            "in": "query",
            "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding.",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "meldingstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "description": "Een unieke aanduiding van een klok door de bron.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[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": "objectId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectId[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "in": "path",
            "name": "object_id",
            "schema": {
              "type": "integer",
              "maximum": 9223372036854776000,
              "minimum": -9223372036854776000,
              "format": "int64",
              "description": "Een unieke aanduiding van een klok door de bron."
            },
            "required": true
          },
          {
            "name": "objectnummer",
            "in": "query",
            "description": "Een unieke aanduiding van een klok door de bron.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objectnummer[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectnummer[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectnummer[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "objecttype",
            "in": "query",
            "description": "Type aanduiding van een klok.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving",
            "in": "query",
            "description": "Omschrijving van type aanduiding van een klok.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objecttypeOmschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttypeOmschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttypeOmschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "objecttype[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objecttype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingstatus",
            "in": "query",
            "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing.",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            }
          }
        ],
        "tags": [
          "klokken"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `klokken._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 klokken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Een unieke aanduiding van een klok door de bron."
                                }
                              },
                              "required": [
                                "href",
                                "objectId",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "objectId": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Een unieke aanduiding van een klok door de bron."
                    },
                    "objecttype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type aanduiding van een klok."
                    },
                    "objecttypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Omschrijving van type aanduiding van een klok."
                    },
                    "objectnummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een unieke aanduiding van een klok door de bron."
                    },
                    "breedtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Breedtegraad van een klok."
                    },
                    "lengtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Lengtegraad van een klok."
                    },
                    "storingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing."
                    },
                    "meldingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding."
                    },
                    "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"
                          }
                        }
                      }
                    }
                  },
                  "required": [
                    "_links",
                    "objectId"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `klokken._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 klokken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Een unieke aanduiding van een klok door de bron."
                                }
                              },
                              "required": [
                                "href",
                                "objectId",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "objectId": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Een unieke aanduiding van een klok door de bron."
                    },
                    "objecttype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type aanduiding van een klok."
                    },
                    "objecttypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Omschrijving van type aanduiding van een klok."
                    },
                    "objectnummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een unieke aanduiding van een klok door de bron."
                    },
                    "breedtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Breedtegraad van een klok."
                    },
                    "lengtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Lengtegraad van een klok."
                    },
                    "storingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing."
                    },
                    "meldingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding."
                    },
                    "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"
                          }
                        }
                      }
                    }
                  },
                  "required": [
                    "_links",
                    "objectId"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `klokken._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 klokken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Een unieke aanduiding van een klok door de bron."
                                }
                              },
                              "required": [
                                "href",
                                "objectId",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "objectId": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Een unieke aanduiding van een klok door de bron."
                    },
                    "objecttype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type aanduiding van een klok."
                    },
                    "objecttypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Omschrijving van type aanduiding van een klok."
                    },
                    "objectnummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een unieke aanduiding van een klok door de bron."
                    },
                    "breedtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Breedtegraad van een klok."
                    },
                    "lengtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Lengtegraad van een klok."
                    },
                    "storingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing."
                    },
                    "meldingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding."
                    },
                    "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"
                          }
                        }
                      }
                    }
                  },
                  "required": [
                    "_links",
                    "objectId"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/openbare_verlichting": {
      "get": {
        "operationId": "storingsmeldingen_ovl_en_klokken_openbare_verlichting_list",
        "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van 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": "breedtegraad",
            "in": "query",
            "description": "Breedtegraad van een openbare verlichting.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "breedtegraad[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "breedtegraad[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "geometry",
            "in": "query",
            "description": "Punt definitie van een openbare verlichting.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[contains]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[intersects]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "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": "lengtegraad",
            "in": "query",
            "description": "Lengtegraad van een openbare verlichting.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "lengtegraad[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "lengtegraad[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "meldingstatus",
            "in": "query",
            "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding.",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "meldingstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "description": "Een unieke aanduiding van een openbare verlichting door bron.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[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": "objectId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectId[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "objectnummer",
            "in": "query",
            "description": "Een unieke aanduiding van een openbare verlichting door bron.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objectnummer[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectnummer[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectnummer[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "objecttype",
            "in": "query",
            "description": "Type aanduiding van een openbare verlichting.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving",
            "in": "query",
            "description": "Omschrijving van type aanduiding van een openbare verlichting.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objecttypeOmschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttypeOmschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttypeOmschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "objecttype[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objecttype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttype[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": "storingstatus",
            "in": "query",
            "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing.",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            }
          }
        ],
        "tags": [
          "openbare_verlichting"
        ],
        "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": {
                        "openbare_verlichting": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van Amsterdam.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "objectId": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Een unieke aanduiding van een openbare verlichting door bron."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "objectId",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "objectId": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Een unieke aanduiding van een openbare verlichting door bron."
                              },
                              "objecttype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type aanduiding van een openbare verlichting."
                              },
                              "objecttypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Omschrijving van type aanduiding van een openbare verlichting."
                              },
                              "objectnummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een unieke aanduiding van een openbare verlichting door bron."
                              },
                              "breedtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Breedtegraad van een openbare verlichting."
                              },
                              "lengtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Lengtegraad van een openbare verlichting."
                              },
                              "storingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing."
                              },
                              "meldingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding."
                              },
                              "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"
                                    }
                                  }
                                }
                              }
                            },
                            "required": [
                              "_links",
                              "objectId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "openbare_verlichting": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van Amsterdam.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "objectId": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Een unieke aanduiding van een openbare verlichting door bron."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "objectId",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "objectId": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Een unieke aanduiding van een openbare verlichting door bron."
                              },
                              "objecttype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type aanduiding van een openbare verlichting."
                              },
                              "objecttypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Omschrijving van type aanduiding van een openbare verlichting."
                              },
                              "objectnummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een unieke aanduiding van een openbare verlichting door bron."
                              },
                              "breedtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Breedtegraad van een openbare verlichting."
                              },
                              "lengtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Lengtegraad van een openbare verlichting."
                              },
                              "storingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing."
                              },
                              "meldingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding."
                              },
                              "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"
                                    }
                                  }
                                }
                              }
                            },
                            "required": [
                              "_links",
                              "objectId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "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": {
                        "openbare_verlichting": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van Amsterdam.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "objectId": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Een unieke aanduiding van een openbare verlichting door bron."
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "objectId",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "objectId": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Een unieke aanduiding van een openbare verlichting door bron."
                              },
                              "objecttype": {
                                "type": "string",
                                "nullable": true,
                                "description": "Type aanduiding van een openbare verlichting."
                              },
                              "objecttypeOmschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Omschrijving van type aanduiding van een openbare verlichting."
                              },
                              "objectnummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Een unieke aanduiding van een openbare verlichting door bron."
                              },
                              "breedtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Breedtegraad van een openbare verlichting."
                              },
                              "lengtegraad": {
                                "type": "number",
                                "format": "double",
                                "nullable": true,
                                "description": "Lengtegraad van een openbare verlichting."
                              },
                              "storingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing."
                              },
                              "meldingstatus": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding."
                              },
                              "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"
                                    }
                                  }
                                }
                              }
                            },
                            "required": [
                              "_links",
                              "objectId"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/openbare_verlichting/{object_id}": {
      "get": {
        "operationId": "storingsmeldingen_ovl_en_klokken_openbare_verlichting_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": "breedtegraad",
            "in": "query",
            "description": "Breedtegraad van een openbare verlichting.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "breedtegraad[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "breedtegraad[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "breedtegraad[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "geometry",
            "in": "query",
            "description": "Punt definitie van een openbare verlichting.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[contains]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometry[intersects]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "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": "lengtegraad",
            "in": "query",
            "description": "Lengtegraad van een openbare verlichting.",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "lengtegraad[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "lengtegraad[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "number"
            }
          },
          {
            "name": "lengtegraad[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          },
          {
            "name": "meldingstatus",
            "in": "query",
            "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding.",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "meldingstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "meldingstatus[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "objectId",
            "in": "query",
            "description": "Een unieke aanduiding van een openbare verlichting door bron.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[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": "objectId[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectId[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "objectId[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "in": "path",
            "name": "object_id",
            "schema": {
              "type": "integer",
              "maximum": 9223372036854776000,
              "minimum": -9223372036854776000,
              "format": "int64",
              "description": "Een unieke aanduiding van een openbare verlichting door bron."
            },
            "required": true
          },
          {
            "name": "objectnummer",
            "in": "query",
            "description": "Een unieke aanduiding van een openbare verlichting door bron.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objectnummer[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objectnummer[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectnummer[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "objecttype",
            "in": "query",
            "description": "Type aanduiding van een openbare verlichting.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving",
            "in": "query",
            "description": "Omschrijving van type aanduiding van een openbare verlichting.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objecttypeOmschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttypeOmschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttypeOmschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttypeOmschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "objecttype[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "objecttype[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttype[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "objecttype[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objecttype[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "storingstatus",
            "in": "query",
            "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing.",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "storingstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer",
              "enum": [
                0,
                1
              ]
            }
          },
          {
            "name": "storingstatus[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              },
              "enum": [
                0,
                1
              ]
            }
          }
        ],
        "tags": [
          "openbare_verlichting"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van Amsterdam.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Een unieke aanduiding van een openbare verlichting door bron."
                                }
                              },
                              "required": [
                                "href",
                                "objectId",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "objectId": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Een unieke aanduiding van een openbare verlichting door bron."
                    },
                    "objecttype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type aanduiding van een openbare verlichting."
                    },
                    "objecttypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Omschrijving van type aanduiding van een openbare verlichting."
                    },
                    "objectnummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een unieke aanduiding van een openbare verlichting door bron."
                    },
                    "breedtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Breedtegraad van een openbare verlichting."
                    },
                    "lengtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Lengtegraad van een openbare verlichting."
                    },
                    "storingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing."
                    },
                    "meldingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding."
                    },
                    "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"
                          }
                        }
                      }
                    }
                  },
                  "required": [
                    "_links",
                    "objectId"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van Amsterdam.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Een unieke aanduiding van een openbare verlichting door bron."
                                }
                              },
                              "required": [
                                "href",
                                "objectId",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "objectId": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Een unieke aanduiding van een openbare verlichting door bron."
                    },
                    "objecttype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type aanduiding van een openbare verlichting."
                    },
                    "objecttypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Omschrijving van type aanduiding van een openbare verlichting."
                    },
                    "objectnummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een unieke aanduiding van een openbare verlichting door bron."
                    },
                    "breedtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Breedtegraad van een openbare verlichting."
                    },
                    "lengtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Lengtegraad van een openbare verlichting."
                    },
                    "storingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing."
                    },
                    "meldingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding."
                    },
                    "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"
                          }
                        }
                      }
                    }
                  },
                  "required": [
                    "_links",
                    "objectId"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van Amsterdam.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Een unieke aanduiding van een openbare verlichting door bron."
                                }
                              },
                              "required": [
                                "href",
                                "objectId",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "objectId": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Een unieke aanduiding van een openbare verlichting door bron."
                    },
                    "objecttype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type aanduiding van een openbare verlichting."
                    },
                    "objecttypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Omschrijving van type aanduiding van een openbare verlichting."
                    },
                    "objectnummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een unieke aanduiding van een openbare verlichting door bron."
                    },
                    "breedtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Breedtegraad van een openbare verlichting."
                    },
                    "lengtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Lengtegraad van een openbare verlichting."
                    },
                    "storingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing."
                    },
                    "meldingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding."
                    },
                    "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"
                          }
                        }
                      }
                    }
                  },
                  "required": [
                    "_links",
                    "objectId"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "PaginatedStoringsmeldingenOvlEnKlokkenklokkenList": {
        "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": {
              "klokken": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `klokken._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 klokken.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Een unieke aanduiding van een klok door de bron."
                                }
                              },
                              "required": [
                                "href",
                                "objectId",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "objectId": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Een unieke aanduiding van een klok door de bron."
                    },
                    "objecttype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type aanduiding van een klok."
                    },
                    "objecttypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Omschrijving van type aanduiding van een klok."
                    },
                    "objectnummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een unieke aanduiding van een klok door de bron."
                    },
                    "breedtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Breedtegraad van een klok."
                    },
                    "lengtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Lengtegraad van een klok."
                    },
                    "storingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing."
                    },
                    "meldingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding."
                    },
                    "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"
                          }
                        }
                      }
                    }
                  },
                  "required": [
                    "_links",
                    "objectId"
                  ]
                }
              }
            }
          }
        }
      },
      "PaginatedStoringsmeldingenOvlEnKlokkenopenbare_verlichtingList": {
        "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": {
              "openbare_verlichting": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van Amsterdam.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Een unieke aanduiding van een openbare verlichting door bron."
                                }
                              },
                              "required": [
                                "href",
                                "objectId",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "objectId": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Een unieke aanduiding van een openbare verlichting door bron."
                    },
                    "objecttype": {
                      "type": "string",
                      "nullable": true,
                      "description": "Type aanduiding van een openbare verlichting."
                    },
                    "objecttypeOmschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Omschrijving van type aanduiding van een openbare verlichting."
                    },
                    "objectnummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Een unieke aanduiding van een openbare verlichting door bron."
                    },
                    "breedtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Breedtegraad van een openbare verlichting."
                    },
                    "lengtegraad": {
                      "type": "number",
                      "format": "double",
                      "nullable": true,
                      "description": "Lengtegraad van een openbare verlichting."
                    },
                    "storingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing."
                    },
                    "meldingstatus": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding."
                    },
                    "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"
                          }
                        }
                      }
                    }
                  },
                  "required": [
                    "_links",
                    "objectId"
                  ]
                }
              }
            }
          }
        }
      },
      "StoringsmeldingenOvlEnKlokkendefaultKlokkenLinks": {
        "type": "object",
        "description": "The contents of the `klokken._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 klokken.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "objectId": {
                "type": "integer",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "format": "int64",
                "description": "Een unieke aanduiding van een klok door de bron."
              }
            },
            "required": [
              "href",
              "objectId",
              "title"
            ]
          }
        },
        "required": [
          "schema",
          "self"
        ]
      },
      "StoringsmeldingenOvlEnKlokkendefaultOpenbareVerlichtingLinks": {
        "type": "object",
        "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "objectId": {
                "type": "integer",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "format": "int64",
                "description": "Een unieke aanduiding van een openbare verlichting door bron."
              }
            },
            "required": [
              "href",
              "objectId",
              "title"
            ]
          }
        },
        "required": [
          "schema",
          "self"
        ]
      },
      "StoringsmeldingenOvlEnKlokkenklokken": {
        "type": "object",
        "description": "Gegevens over de storingsmeldingen van de klokken van de Gemeente van Amsterdam. Deze klokken zijn te herkennen aan de 3 rode kruizen op de klok.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `klokken._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 klokken.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "objectId": {
                        "type": "integer",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "format": "int64",
                        "description": "Een unieke aanduiding van een klok door de bron."
                      }
                    },
                    "required": [
                      "href",
                      "objectId",
                      "title"
                    ]
                  }
                },
                "required": [
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "objectId": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "description": "Een unieke aanduiding van een klok door de bron."
          },
          "objecttype": {
            "type": "string",
            "nullable": true,
            "description": "Type aanduiding van een klok."
          },
          "objecttypeOmschrijving": {
            "type": "string",
            "nullable": true,
            "description": "Omschrijving van type aanduiding van een klok."
          },
          "objectnummer": {
            "type": "string",
            "nullable": true,
            "description": "Een unieke aanduiding van een klok door de bron."
          },
          "breedtegraad": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Breedtegraad van een klok."
          },
          "lengtegraad": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Lengtegraad van een klok."
          },
          "storingstatus": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Indicatie of een storing bekend is van een klok. Waarde 1 is storing, waarde 0 geen storing."
          },
          "meldingstatus": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Indicatie of een melding is gemaakt op een klok. Waarde 1 is melding, waarde 0 geen melding."
          },
          "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"
                }
              }
            }
          }
        },
        "required": [
          "_links",
          "objectId"
        ]
      },
      "StoringsmeldingenOvlEnKlokkenklokkenLink": {
        "type": "object",
        "description": "The identifier of the relationship to klokken.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "objectId": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "description": "Een unieke aanduiding van een klok door de bron."
          }
        },
        "required": [
          "href",
          "objectId",
          "title"
        ]
      },
      "StoringsmeldingenOvlEnKlokkenopenbare_verlichting": {
        "type": "object",
        "description": "Gegevens over de storingsmeldingen van de openbare verlichting van de Gemeente van Amsterdam.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `openbareVerlichting._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 openbareVerlichting.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "objectId": {
                        "type": "integer",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "format": "int64",
                        "description": "Een unieke aanduiding van een openbare verlichting door bron."
                      }
                    },
                    "required": [
                      "href",
                      "objectId",
                      "title"
                    ]
                  }
                },
                "required": [
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "objectId": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "description": "Een unieke aanduiding van een openbare verlichting door bron."
          },
          "objecttype": {
            "type": "string",
            "nullable": true,
            "description": "Type aanduiding van een openbare verlichting."
          },
          "objecttypeOmschrijving": {
            "type": "string",
            "nullable": true,
            "description": "Omschrijving van type aanduiding van een openbare verlichting."
          },
          "objectnummer": {
            "type": "string",
            "nullable": true,
            "description": "Een unieke aanduiding van een openbare verlichting door bron."
          },
          "breedtegraad": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Breedtegraad van een openbare verlichting."
          },
          "lengtegraad": {
            "type": "number",
            "format": "double",
            "nullable": true,
            "description": "Lengtegraad van een openbare verlichting."
          },
          "storingstatus": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Indicatie of een storing bekend is van een openbare verlichting. Waarde 1 is storing, waarde 0 geen storing."
          },
          "meldingstatus": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "description": "Indicatie of een melding is gemaakt op een openbare verlichting. Waarde 1 is melding, waarde 0 geen melding."
          },
          "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"
                }
              }
            }
          }
        },
        "required": [
          "_links",
          "objectId"
        ]
      },
      "StoringsmeldingenOvlEnKlokkenopenbare_verlichtingLink": {
        "type": "object",
        "description": "The identifier of the relationship to openbareVerlichting.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "objectId": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "description": "Een unieke aanduiding van een openbare verlichting door bron."
          }
        },
        "required": [
          "href",
          "objectId",
          "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/storingsmeldingen_ovl_en_klokken",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "openbare_verlichting": "stable",
        "klokken": "stable"
      },
      "pathsUnderDevelopment": false
    },
    "v1": {
      "url": "https://api.data.amsterdam.nl/v1/storingsmeldingen_ovl_en_klokken/v1",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "openbare_verlichting": "stable",
        "klokken": "stable"
      },
      "pathsUnderDevelopment": false
    }
  }
}