{
  "components": {
    "schemas": {
      "Geometry": {
        "description": "GeoJSON geometry",
        "discriminator": {
          "propertyName": "type"
        },
        "properties": {
          "coordinates": {
            "description": "Based on the geometry type, a point or collection of points.",
            "items": {
              "type": "number"
            },
            "minItems": 2,
            "type": "array"
          },
          "type": {
            "description": "the geometry type",
            "enum": [
              "Point",
              "LineString",
              "Polygon",
              "MultiPoint",
              "MultiLineString",
              "MultiPolygon"
            ],
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      },
      "GeometryCollection": {
        "description": "GeoJSON geometry collection",
        "properties": {
          "geometries": {
            "items": {
              "description": "GeoJSON geometry",
              "discriminator": {
                "propertyName": "type"
              },
              "properties": {
                "coordinates": {
                  "description": "Based on the geometry type, a point or collection of points.",
                  "items": {
                    "type": "number"
                  },
                  "minItems": 2,
                  "type": "array"
                },
                "type": {
                  "description": "the geometry type",
                  "enum": [
                    "Point",
                    "LineString",
                    "Polygon",
                    "MultiPoint",
                    "MultiLineString",
                    "MultiPolygon"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "type"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "type": {
            "enum": [
              "GeometryCollection"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "geometries"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_bovengrondse_kabels": {
        "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
                    "properties": {
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "id": {
                        "description": "Unieke identificatie van een bovengrondse kabel.",
                        "format": "int64",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "title": "Bovengrondse kabel ID",
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "bereikbaar": {
            "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
            "nullable": true,
            "title": "Kabel bereikbaarheid",
            "type": "string"
          },
          "bouwtype": {
            "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
            "nullable": true,
            "title": "Kabel bouwtype",
            "type": "string"
          },
          "diepte": {
            "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
            "format": "double",
            "nullable": true,
            "title": "Kabel diepte",
            "type": "number"
          },
          "eigenaar": {
            "description": "Naam van de eigenaar van de bovengrondse kabel.",
            "nullable": true,
            "title": "Bovengrondse kabel eigenaar",
            "type": "string"
          },
          "functie": {
            "description": "De functie van de bovengrondse kabel.",
            "nullable": true,
            "title": "Bovengrondse kabel functie",
            "type": "string"
          },
          "geometry": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "items": {
                      "items": {
                        "description": "Point in 3D space",
                        "items": {
                          "type": "number"
                        },
                        "maxItems": 3,
                        "minItems": 2,
                        "type": "array"
                      },
                      "type": "array"
                    },
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "MultiLineString"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "groep": {
            "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
            "nullable": true,
            "title": "Groepsnummer",
            "type": "string"
          },
          "hoofdcategorie": {
            "description": "De hoofdcategorie van de bovengrondse kabel.",
            "nullable": true,
            "title": "Bovengrondse kabel hoofdcategorie",
            "type": "string"
          },
          "hoogte": {
            "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
            "format": "double",
            "nullable": true,
            "title": "Kabel hoogte",
            "type": "number"
          },
          "id": {
            "description": "Unieke identificatie van een bovengrondse kabel.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Bovengrondse kabel ID",
            "type": "integer"
          },
          "indicatieBovenOnder": {
            "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
            "nullable": true,
            "title": "Bovengronds/ondergronds indicatie",
            "type": "string"
          },
          "inwinningstype": {
            "description": "De kwaliteit van de inwinning.",
            "nullable": true,
            "title": "Kwaliteit inwinning",
            "type": "string"
          },
          "jaarVanAanleg": {
            "description": "Het jaar waarin de kabel is aangelegd.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Kabel jaar van aanleg",
            "type": "integer"
          },
          "kabeldiameter": {
            "description": "De diameter van de kabel in millimeters.",
            "nullable": true,
            "title": "Kabel diameter",
            "type": "string"
          },
          "kabeltype": {
            "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
            "nullable": true,
            "title": "Bovengrondse kabel type",
            "type": "string"
          },
          "kabelzegel": {
            "description": "Het type zegel van de kabel.",
            "nullable": true,
            "title": "Kabel zegeltype",
            "type": "string"
          },
          "kast": {
            "description": "Het nummer van de kast waarop de kabel is aangesloten.",
            "nullable": true,
            "title": "Kastnummer",
            "type": "string"
          },
          "klasse": {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON klasse",
            "type": "string"
          },
          "lengte": {
            "description": "De lengte van de kabel in meters.",
            "format": "double",
            "nullable": true,
            "title": "Kabel lengte",
            "type": "number"
          },
          "nauwkeurigheidDiepte": {
            "description": "De nauwkeurigheid van de diepte van de kabel.",
            "nullable": true,
            "title": "Diepte nauwkeurigheid",
            "type": "string"
          },
          "nauwkeurigheidHoogte": {
            "description": "De nauwkeurigheid van de hoogte van de kabel.",
            "nullable": true,
            "title": "Kabel hoogte nauwkeurigheid",
            "type": "string"
          },
          "ovs": {
            "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
            "nullable": true,
            "title": "Overspanningsinstallatie",
            "type": "string"
          },
          "thema": {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON thema",
            "type": "string"
          },
          "tot": {
            "description": "De eindlocatie van de bovengrondse kabel.",
            "nullable": true,
            "title": "Bovengrondse kabel eindlocatie",
            "type": "string"
          },
          "type": {
            "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON type",
            "type": "string"
          },
          "typeExtra": {
            "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
            "nullable": true,
            "title": "Soort voeding",
            "type": "string"
          },
          "van": {
            "description": "De startlocatie van de bovengrondse kabel.",
            "nullable": true,
            "title": "Bovengrondse kabel startlocatie",
            "type": "string"
          },
          "voltage": {
            "description": "Het voltage dat op de kabel staat.",
            "nullable": true,
            "title": "Kabel voltage",
            "type": "string"
          },
          "zichtbaar": {
            "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
            "nullable": true,
            "title": "Kabel zichtbaarheid indicatie",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "id"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_bovengrondse_kabelsLink": {
        "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
        "properties": {
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van een bovengrondse kabel.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Bovengrondse kabel ID",
            "type": "integer"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_lichtpunten": {
        "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
                    "properties": {
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "id": {
                        "description": "Unieke identificatie van een lichtpunt.",
                        "format": "int64",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "title": "Lichtpunt ID",
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "bereikbaar": {
            "description": "Mate van bereikbaarheid van een Lichtpunt.",
            "nullable": true,
            "title": "Lichtpunt bereikbaarheid",
            "type": "string"
          },
          "bouwtype": {
            "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
            "nullable": true,
            "title": "Lichtmast bouwtype",
            "type": "string"
          },
          "eigenaar": {
            "description": "Naam van de eigenaar van een lichtmast.",
            "nullable": true,
            "title": "Lichtpunt eigenaar",
            "type": "string"
          },
          "geometry": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "description": "Point in 3D space",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 3,
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "Point"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "id": {
            "description": "Unieke identificatie van een lichtpunt.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Lichtpunt ID",
            "type": "integer"
          },
          "mastcode": {
            "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
            "nullable": true,
            "title": "Lichtpunt categorie code",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "id"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_lichtpuntenLink": {
        "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
        "properties": {
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van een lichtpunt.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Lichtpunt ID",
            "type": "integer"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_mantelbuizen": {
        "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
                    "properties": {
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "id": {
                        "description": "Unieke identificatie van een mantelbuis.",
                        "format": "int64",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "title": "Mantelbuis ID",
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "diameter": {
            "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
            "nullable": true,
            "title": "Mantelbuis diameter",
            "type": "string"
          },
          "diepte": {
            "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
            "format": "double",
            "nullable": true,
            "title": "Mantelbuis diepte",
            "type": "number"
          },
          "eigenaar": {
            "description": "Naam van de eigenaar van de mantelbuis.",
            "nullable": true,
            "title": "Mantelbuis eigenaar",
            "type": "string"
          },
          "geometry": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "items": {
                      "items": {
                        "items": {
                          "description": "Point in 3D space",
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 3,
                          "minItems": 2,
                          "type": "array"
                        },
                        "type": "array"
                      },
                      "type": "array"
                    },
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "hoofdcategorie": {
            "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
            "nullable": true,
            "title": "Mantelbuis hoofdcategorie",
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van een mantelbuis.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Mantelbuis ID",
            "type": "integer"
          },
          "inwinningstype": {
            "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
            "nullable": true,
            "title": "Kwaliteit inwinning",
            "type": "string"
          },
          "jaarVanAanleg": {
            "description": "Jaar waarin de mantelbuis is aangelegd.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Mantelbuis jaar van aanleg",
            "type": "integer"
          },
          "klasse": {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON klasse",
            "type": "string"
          },
          "lengte": {
            "description": "Lengte van de mantelbuis uitgedrukt in meters.",
            "format": "double",
            "nullable": true,
            "title": "Mantelbuis lengte",
            "type": "number"
          },
          "materiaal": {
            "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
            "nullable": true,
            "title": "Mantelbuis materiaal",
            "type": "string"
          },
          "nauwkeurigheidDiepte": {
            "description": "Omschrijving van de nauwkeurigheid van de diepte.",
            "nullable": true,
            "title": "Diepte nauwkeurigheid",
            "type": "string"
          },
          "thema": {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON thema",
            "type": "string"
          },
          "type": {
            "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
            "nullable": true,
            "title": "Mantelbuis type",
            "type": "string"
          },
          "zichtbaar": {
            "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
            "nullable": true,
            "title": "Mantelbuis zichtbaarheid indicatie",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "id"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_mantelbuizenLink": {
        "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
        "properties": {
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van een mantelbuis.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Mantelbuis ID",
            "type": "integer"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_ondergrondse_kabels": {
        "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
                    "properties": {
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "id": {
                        "description": "Unieke identificatie van een ondergrondse kabel.",
                        "format": "int64",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "title": "Ondergrondse kabel ID",
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "bereikbaar": {
            "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
            "nullable": true,
            "title": "Kabel bereikbaarheid",
            "type": "string"
          },
          "bouwtype": {
            "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
            "nullable": true,
            "title": "Kabel bouwtype",
            "type": "string"
          },
          "diepte": {
            "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
            "format": "double",
            "nullable": true,
            "title": "Kabel diepte",
            "type": "number"
          },
          "eigenaar": {
            "description": "Naam van de eigenaar van de ondergrondse kabel.",
            "nullable": true,
            "title": "Ondergrondse kabel eigenaar",
            "type": "string"
          },
          "functie": {
            "description": "De functie van de ondergrondse kabel.",
            "nullable": true,
            "title": "Ondergrondse kabel functie",
            "type": "string"
          },
          "geometry": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "items": {
                      "items": {
                        "description": "Point in 3D space",
                        "items": {
                          "type": "number"
                        },
                        "maxItems": 3,
                        "minItems": 2,
                        "type": "array"
                      },
                      "type": "array"
                    },
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "MultiLineString"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "groep": {
            "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
            "nullable": true,
            "title": "Groepsnummer",
            "type": "string"
          },
          "hoofdcategorie": {
            "description": "De hoofdcategorie van de ondergrondse kabel.",
            "nullable": true,
            "title": "Ondergrondse kabel hoofdcategorie",
            "type": "string"
          },
          "hoogte": {
            "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
            "format": "double",
            "nullable": true,
            "title": "Kabel hoogte",
            "type": "number"
          },
          "id": {
            "description": "Unieke identificatie van een ondergrondse kabel.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Ondergrondse kabel ID",
            "type": "integer"
          },
          "indicatieBovenOnder": {
            "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
            "nullable": true,
            "title": "Bovengronds/ondergronds indicatie",
            "type": "string"
          },
          "inwinningstype": {
            "description": "De kwaliteit van de inwinning.",
            "nullable": true,
            "title": "Kwaliteit van inwinning",
            "type": "string"
          },
          "jaarVanAanleg": {
            "description": "Het jaar waarin de kabel is aangelegd.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Kabel aanleg jaar",
            "type": "integer"
          },
          "kabeldiameter": {
            "description": "De diameter van de kabel in millimeters.",
            "nullable": true,
            "title": "Kabel diameter",
            "type": "string"
          },
          "kabeltype": {
            "description": "Laat zien om wat voor type kabel het gaat.",
            "nullable": true,
            "title": "Ondergrondse kabeltype",
            "type": "string"
          },
          "kabelzegel": {
            "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
            "nullable": true,
            "title": "Kabel zegel type",
            "type": "string"
          },
          "kast": {
            "description": "Het nummer van de kast waarop de kabel is aangesloten.",
            "nullable": true,
            "title": "Kastnummer",
            "type": "string"
          },
          "klasse": {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON klasse",
            "type": "string"
          },
          "lengte": {
            "description": "De lengte van de kabel in meters.",
            "format": "double",
            "nullable": true,
            "title": "Kabel lengte",
            "type": "number"
          },
          "nauwkeurigheidDiepte": {
            "description": "De nauwkeurigheid van de diepte.",
            "nullable": true,
            "title": "Diepte nauwkeurigheid",
            "type": "string"
          },
          "nauwkeurigheidHoogte": {
            "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
            "nullable": true,
            "title": "Hoogte nauwkeurigheid",
            "type": "string"
          },
          "thema": {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON thema",
            "type": "string"
          },
          "tot": {
            "description": "De eindlocatie van de ondergrondse kabel.",
            "nullable": true,
            "title": "Ondergrondse kabel eindlocatie",
            "type": "string"
          },
          "type": {
            "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON type",
            "type": "string"
          },
          "typeExtra": {
            "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
            "nullable": true,
            "title": "Extra type",
            "type": "string"
          },
          "van": {
            "description": "De startlocatie van de ondergrondse kabel.",
            "nullable": true,
            "title": "Ondergrondse kabel startlocatie",
            "type": "string"
          },
          "voltage": {
            "description": "Het voltage dat op de kabel staat.",
            "nullable": true,
            "title": "Kabel voltage",
            "type": "string"
          },
          "zichtbaar": {
            "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
            "nullable": true,
            "title": "Kabel zichtbaarheid indicatie",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "id"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_ondergrondse_kabelsLink": {
        "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
        "properties": {
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van een ondergrondse kabel.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Ondergrondse kabel ID",
            "type": "integer"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_punten": {
        "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to amsterdamOvlPunten.",
                    "properties": {
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "id": {
                        "description": "Unieke identificatie van een leidingpunt.",
                        "format": "int64",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "title": "Leidingpunt ID",
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "diepte": {
            "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
            "format": "double",
            "nullable": true,
            "title": "Leiding diepte",
            "type": "number"
          },
          "eigenaar": {
            "description": "Naam van de eigenaar van een leidingpunt.",
            "nullable": true,
            "title": "Leidingpunt eigenaar",
            "type": "string"
          },
          "geometry": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "description": "Point in 3D space",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 3,
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "Point"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "hoofdcategorie": {
            "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
            "nullable": true,
            "title": "Leidingpunt hoofdcategorie",
            "type": "string"
          },
          "hoogte": {
            "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
            "format": "double",
            "nullable": true,
            "title": "Leidingpunt hoogte",
            "type": "number"
          },
          "id": {
            "description": "Unieke identificatie van een leidingpunt.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Leidingpunt ID",
            "type": "integer"
          },
          "indicatieBovenOnder": {
            "description": "Indicatie of de leiding boven- of ondergronds is.",
            "nullable": true,
            "title": "Bovengronds/ondergronds indicatie",
            "type": "string"
          },
          "inwinningstype": {
            "description": "Kwaliteit van inwinning.",
            "nullable": true,
            "title": "Kwaliteit inwinning",
            "type": "string"
          },
          "jaarVanAanleg": {
            "description": "Jaar waarin een Leidingpunt is aangelegd.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Leidingpunt jaar van aanleg",
            "type": "integer"
          },
          "klasse": {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON klasse",
            "type": "string"
          },
          "nauwkeurigheidDiepte": {
            "description": "Omschrijving van de nauwkeurigheid van de diepte.",
            "nullable": true,
            "title": "Diepte nauwkeurigheid",
            "type": "string"
          },
          "nauwkeurigheidHoogte": {
            "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
            "nullable": true,
            "title": "Hoogte nauwkeurigheid",
            "type": "string"
          },
          "thema": {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "nullable": true,
            "title": "WIBON thema",
            "type": "string"
          },
          "type": {
            "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
            "nullable": true,
            "title": "Leidingpunt type",
            "type": "string"
          },
          "zichtbaar": {
            "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
            "nullable": true,
            "title": "Leidingpunt zichtbaarheid indicatie",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "id"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuuramsterdam_ovl_puntenLink": {
        "description": "The identifier of the relationship to amsterdamOvlPunten.",
        "properties": {
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van een leidingpunt.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Leidingpunt ID",
            "type": "integer"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ],
        "type": "object"
      },
      "LeidingeninfrastructuurdefaultAmsterdamOvlBovengrondseKabelsLinks": {
        "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
            "properties": {
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "id": {
                "description": "Unieke identificatie van een bovengrondse kabel.",
                "format": "int64",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "title": "Bovengrondse kabel ID",
                "type": "integer"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "LeidingeninfrastructuurdefaultAmsterdamOvlLichtpuntenLinks": {
        "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
            "properties": {
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "id": {
                "description": "Unieke identificatie van een lichtpunt.",
                "format": "int64",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "title": "Lichtpunt ID",
                "type": "integer"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "LeidingeninfrastructuurdefaultAmsterdamOvlMantelbuizenLinks": {
        "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
            "properties": {
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "id": {
                "description": "Unieke identificatie van een mantelbuis.",
                "format": "int64",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "title": "Mantelbuis ID",
                "type": "integer"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "LeidingeninfrastructuurdefaultAmsterdamOvlOndergrondseKabelsLinks": {
        "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
            "properties": {
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "id": {
                "description": "Unieke identificatie van een ondergrondse kabel.",
                "format": "int64",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "title": "Ondergrondse kabel ID",
                "type": "integer"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "LeidingeninfrastructuurdefaultAmsterdamOvlPuntenLinks": {
        "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to amsterdamOvlPunten.",
            "properties": {
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "id": {
                "description": "Unieke identificatie van een leidingpunt.",
                "format": "int64",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "title": "Leidingpunt ID",
                "type": "integer"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "LeidingeninfrastructuurdefaultKlicEisvoorzorgsmaatregelenLinks": {
        "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
            "properties": {
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "id": {
                "description": "Unieke identificatie van het object.",
                "format": "int64",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "title": "Klic object ID",
                "type": "integer"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "LeidingeninfrastructuurdefaultKlicKabelsEnLeidingenLinks": {
        "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
            "properties": {
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "id": {
                "description": "Unieke identificatie van het object",
                "format": "int64",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "title": "Klic object ID",
                "type": "integer"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "LeidingeninfrastructuurdefaultKlicPuntobjectenLinks": {
        "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to klicPuntobjecten.",
            "properties": {
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "id": {
                "description": "Unieke identificatie van het object.",
                "format": "int64",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "type": "integer"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurklic_eisvoorzorgsmaatregelen": {
        "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
                    "properties": {
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "id": {
                        "description": "Unieke identificatie van het object.",
                        "format": "int64",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "title": "Klic object ID",
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "beheerder": {
            "description": "Naam van geclusturde plannen.",
            "nullable": true,
            "title": "Netbeheerder naam",
            "type": "string"
          },
          "broncode": {
            "description": "Broncode van de beheerder.",
            "nullable": true,
            "title": "Klic beheerder broncode",
            "type": "string"
          },
          "contactvoorzorgsmaatregelContactEmail": {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic email contactpersoon",
            "type": "string"
          },
          "contactvoorzorgsmaatregelContactNaam": {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic naam contactpersoon",
            "type": "string"
          },
          "contactvoorzorgsmaatregelContactTelefoon": {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic telefoonnummer contactpersoon",
            "type": "string"
          },
          "evNet": {
            "description": "De naam van het eisvoorzorgnetwerk.",
            "nullable": true,
            "title": "Eisvoorzorgsnetwerk naam",
            "type": "string"
          },
          "geometrie": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "items": {
                      "items": {
                        "description": "Point in 3D space",
                        "items": {
                          "type": "number"
                        },
                        "maxItems": 3,
                        "minItems": 2,
                        "type": "array"
                      },
                      "type": "array"
                    },
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "Polygon"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "id": {
            "description": "Unieke identificatie van het object.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Klic object ID",
            "type": "integer"
          },
          "infotype": {
            "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
            "nullable": true,
            "title": "Infotype pdf",
            "type": "string"
          },
          "laagnaam1": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "nullable": true,
            "title": "Klic status en discipline NLCS code",
            "type": "string"
          },
          "laagnaam2": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "nullable": true,
            "title": "Klic thema NLCS code",
            "type": "string"
          },
          "laagnaam3": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "nullable": true,
            "title": "Beheerder NLCS code",
            "type": "string"
          },
          "laagnaam4": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "nullable": true,
            "title": "Geometrie symbool vlak NLCS code",
            "type": "string"
          },
          "laagnaam5": {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "nullable": true,
            "title": "NLCS code hoofdgroep status",
            "type": "string"
          },
          "nlcsCodering": {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "nullable": true,
            "title": "NLCS codering totaal",
            "type": "string"
          },
          "opvraagdatum": {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "format": "date",
            "nullable": true,
            "title": "Klic orientatieverzoek opvraagdatum",
            "type": "string"
          },
          "pdf": {
            "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
            "nullable": true,
            "title": "URL PFD bestand",
            "type": "string"
          },
          "rgbHexNlcs": {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "nullable": true,
            "title": "NLCS hex kleurcode",
            "type": "string"
          },
          "rgbHexPmkl": {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "nullable": true,
            "title": "PMKL hex kleurcode",
            "type": "string"
          },
          "thema": {
            "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
            "nullable": true,
            "title": "Klic thema",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "id"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurklic_eisvoorzorgsmaatregelenLink": {
        "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
        "properties": {
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van het object.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Klic object ID",
            "type": "integer"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurklic_kabels_en_leidingen": {
        "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
                    "properties": {
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "id": {
                        "description": "Unieke identificatie van het object",
                        "format": "int64",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "title": "Klic object ID",
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "beheerder": {
            "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
            "nullable": true,
            "title": "Netbeheerder naam",
            "type": "string"
          },
          "broncode": {
            "description": "Broncode van de beheerder.",
            "nullable": true,
            "title": "Klic beheerder broncode",
            "type": "string"
          },
          "class": {
            "description": "Objectklasse of type kabel/leiding",
            "nullable": true,
            "title": "Klic objectklasse",
            "type": "string"
          },
          "contactaanvraagAanvraagsoortcontactEmail": {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic email contactpersoon",
            "type": "string"
          },
          "contactaanvraagAanvraagsoortcontactNaam": {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic naam contactpersoon",
            "type": "string"
          },
          "contactaanvraagAanvraagsoortcontactTelefoon": {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic telefoonnummer contactpersoon",
            "type": "string"
          },
          "delivery": {
            "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
            "nullable": true,
            "title": "Klic leveringstype",
            "type": "string"
          },
          "diameter": {
            "description": "Diameter kabel of leiding in millimeters.",
            "format": "double",
            "nullable": true,
            "title": "Diameter kabel leiding",
            "type": "number"
          },
          "diepte": {
            "description": "Diepte ten opzichte van het maaiveld in meters.",
            "format": "double",
            "nullable": true,
            "title": "Diepte kabel leiding",
            "type": "number"
          },
          "geometrie": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "items": {
                      "description": "Point in 3D space",
                      "items": {
                        "type": "number"
                      },
                      "maxItems": 3,
                      "minItems": 2,
                      "type": "array"
                    },
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "LineString"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "id": {
            "description": "Unieke identificatie van het object",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Klic object ID",
            "type": "integer"
          },
          "laagnaam1": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "nullable": true,
            "title": "Klic status en discipline NLCS code",
            "type": "string"
          },
          "laagnaam2": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "nullable": true,
            "title": "Klic thema NLCS code",
            "type": "string"
          },
          "laagnaam3": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "nullable": true,
            "title": "Beheerder NLCS code",
            "type": "string"
          },
          "laagnaam4": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "nullable": true,
            "title": "Geometrie symbool vlak NLCS code",
            "type": "string"
          },
          "laagnaam5": {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "nullable": true,
            "title": "NLCS code hoofdgroep status",
            "type": "string"
          },
          "materiaal": {
            "description": "Materiaal van de kabel of leiding.",
            "nullable": true,
            "title": "Kabel leiding materiaal",
            "type": "string"
          },
          "nlcsCodering": {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "nullable": true,
            "title": "NLCS codering totaal",
            "type": "string"
          },
          "opvraagdatum": {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "format": "date",
            "nullable": true,
            "title": "Klic orientatieverzoek opvraagdatum",
            "type": "string"
          },
          "product": {
            "description": "Het type vloeistof/gas dat door de leiding loopt.",
            "nullable": true,
            "title": "Klic producttype",
            "type": "string"
          },
          "rgbHexNlcs": {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "nullable": true,
            "title": "NLCS hex kleurcode",
            "type": "string"
          },
          "rgbHexPmkl": {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "nullable": true,
            "title": "PMKL hex kleurcode",
            "type": "string"
          },
          "status": {
            "description": "De status van het object.",
            "nullable": true,
            "title": "Klic objectstatus",
            "type": "string"
          },
          "thema": {
            "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
            "nullable": true,
            "title": "Klic thema",
            "type": "string"
          },
          "voltage": {
            "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "_links",
          "id"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurklic_kabels_en_leidingenLink": {
        "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
        "properties": {
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van het object",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "title": "Klic object ID",
            "type": "integer"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurklic_puntobjecten": {
        "description": "Overzicht punten infrastructuur op basis van klic meldingen",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to klicPuntobjecten.",
                    "properties": {
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "id": {
                        "description": "Unieke identificatie van het object.",
                        "format": "int64",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "type": "integer"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "beheerder": {
            "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
            "nullable": true,
            "title": "Netbeheerder naam",
            "type": "string"
          },
          "broncode": {
            "description": "Broncode van de beheerder.",
            "nullable": true,
            "title": "Klic beheerder broncode",
            "type": "string"
          },
          "class": {
            "description": "Objectklasse of categorie van het leidingelement.",
            "nullable": true,
            "title": "Klic objectklasse",
            "type": "string"
          },
          "contactaanvraagAanvraagsoortcontactEmail": {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic email contactpersoon",
            "type": "string"
          },
          "contactaanvraagAanvraagsoortcontactNaam": {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic naam contactpersoon",
            "type": "string"
          },
          "contactaanvraagAanvraagsoortcontactTelefoon": {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "nullable": true,
            "title": "Klic telefoonnummer contactpersoon",
            "type": "string"
          },
          "geometrie": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "description": "Point in 3D space",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 3,
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "Point"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "id": {
            "description": "Unieke identificatie van het object.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "type": "integer"
          },
          "laagnaam1": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "nullable": true,
            "title": "Klic status en discipline NLCS code",
            "type": "string"
          },
          "laagnaam2": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "nullable": true,
            "title": "Klic thema NLCS code",
            "type": "string"
          },
          "laagnaam3": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "nullable": true,
            "title": "Beheerder NLCS code",
            "type": "string"
          },
          "laagnaam4": {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "nullable": true,
            "title": "Geometrie symbool vlak NLCS code",
            "type": "string"
          },
          "laagnaam5": {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "nullable": true,
            "title": "NLCS code hoofdgroep status",
            "type": "string"
          },
          "nlcsCodering": {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "nullable": true,
            "title": "NLCS codering totaal",
            "type": "string"
          },
          "opvraagdatum": {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "format": "date",
            "nullable": true,
            "title": "Klic orientatieverzoek opvraagdatum",
            "type": "string"
          },
          "rgbHexNlcs": {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "nullable": true,
            "title": "NLCS hex kleurcode",
            "type": "string"
          },
          "rgbHexPmkl": {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "nullable": true,
            "title": "PMKL hex kleurcode",
            "type": "string"
          },
          "status": {
            "description": "De status van het object.",
            "nullable": true,
            "title": "Klic object status",
            "type": "string"
          },
          "thema": {
            "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
            "nullable": true,
            "title": "Klic thema",
            "type": "string"
          },
          "type": {
            "description": "Omschrijving van het objecttype.",
            "nullable": true,
            "title": "Klic objecttype",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "id"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurklic_puntobjectenLink": {
        "description": "The identifier of the relationship to klicPuntobjecten.",
        "properties": {
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "id": {
            "description": "Unieke identificatie van het object.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "type": "integer"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurv1WaternetRioolknopenLinks": {
        "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to waternetRioolknopen.",
            "properties": {
              "globalid": {
                "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                "title": "Rioolknoop global ID",
                "type": "string"
              },
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "globalid",
              "href",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurv1WaternetRioolleidingenLinks": {
        "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "description": "The schema field is exposed with every record",
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "self": {
            "description": "The identifier of the relationship to waternetRioolleidingen.",
            "properties": {
              "globalid": {
                "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                "title": "Rioolleiding global ID",
                "type": "string"
              },
              "href": {
                "format": "uri",
                "readOnly": true,
                "type": "string"
              },
              "title": {
                "type": "string"
              }
            },
            "required": [
              "globalid",
              "href",
              "title"
            ],
            "type": "object"
          }
        },
        "required": [
          "schema",
          "self"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurwaternet_rioolknopen": {
        "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to waternetRioolknopen.",
                    "properties": {
                      "globalid": {
                        "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                        "title": "Rioolknoop global ID",
                        "type": "string"
                      },
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "globalid",
                      "href",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "bemalingsgebied": {
            "description": "Het bemalingsgebied waar de knoop in ligt.",
            "nullable": true,
            "title": "Rioolknoop bemalingsgebied",
            "type": "string"
          },
          "drempelbreedte": {
            "description": "De drempelbreedte van de wand van de overstort in millimeters.",
            "format": "double",
            "nullable": true,
            "title": "Rioolknoop drempelbreedte",
            "type": "number"
          },
          "drempelniveau": {
            "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
            "format": "double",
            "nullable": true,
            "title": "Rioolknoop drempelniveau hoogte",
            "type": "number"
          },
          "funderingstype": {
            "description": "Het type fundering onder de knoop.",
            "nullable": true,
            "title": "Rioolknoop funderingstype",
            "type": "string"
          },
          "geometrie": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "description": "Point in 3D space",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 3,
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "Point"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "globalid": {
            "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
            "title": "Rioolknoop global ID",
            "type": "string"
          },
          "jaarGelegd": {
            "description": "Het jaar waarin de rioolknoop is gelegd.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Rioolknoop aanleg jaar",
            "type": "integer"
          },
          "leveringsdatum": {
            "description": "Datum van levering bronbestand door Waternet.",
            "nullable": true,
            "type": "string"
          },
          "maaiveldniveau": {
            "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
            "format": "double",
            "nullable": true,
            "title": "Maaiveld hoogte",
            "type": "number"
          },
          "nummer": {
            "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
            "nullable": true,
            "title": "Rioolknoop nummer",
            "type": "string"
          },
          "objectnummer": {
            "description": "Uniek objectnummer van de rioolknoop.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Rioolknoop objectnummer",
            "type": "integer"
          },
          "soort": {
            "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
            "nullable": true,
            "title": "Rioolknoop soort",
            "type": "string"
          },
          "status": {
            "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
            "nullable": true,
            "title": "Rioolknoop status",
            "type": "string"
          },
          "subtype": {
            "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
            "nullable": true,
            "title": "Rioolknoop subtype",
            "type": "string"
          },
          "symboolhoek": {
            "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Rioolknoop symboolhoek",
            "type": "integer"
          },
          "typeKnoop": {
            "description": "Type knoop. Een verdere specificatie op soort knoop.",
            "nullable": true,
            "title": "Rioolknoop type",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "globalid"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurwaternet_rioolknopenLink": {
        "description": "The identifier of the relationship to waternetRioolknopen.",
        "properties": {
          "globalid": {
            "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
            "title": "Rioolknoop global ID",
            "type": "string"
          },
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "globalid",
          "href",
          "title"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurwaternet_rioolleidingen": {
        "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
        "properties": {
          "_links": {
            "allOf": [
              {
                "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "description": "The schema field is exposed with every record",
                    "format": "uri",
                    "readOnly": true,
                    "type": "string"
                  },
                  "self": {
                    "description": "The identifier of the relationship to waternetRioolleidingen.",
                    "properties": {
                      "globalid": {
                        "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                        "title": "Rioolleiding global ID",
                        "type": "string"
                      },
                      "href": {
                        "format": "uri",
                        "readOnly": true,
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "globalid",
                      "href",
                      "title"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema",
                  "self"
                ],
                "type": "object"
              }
            ],
            "title": " links"
          },
          "bobBeginpunt": {
            "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
            "format": "double",
            "nullable": true,
            "title": "Hoogte binnen onderkant buis beginpunt",
            "type": "number"
          },
          "bobEindpunt": {
            "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
            "format": "double",
            "nullable": true,
            "title": "Hoogte binnen onderkant buis eindpunt",
            "type": "number"
          },
          "breedte": {
            "description": "Breedte leiding in millimeters.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Leiding breedte",
            "type": "integer"
          },
          "diameter": {
            "description": "Diameter leiding in millimeters.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Leiding diameter",
            "type": "integer"
          },
          "funderingstype": {
            "description": "Omschrijving van de type fundering van een rioolleiding",
            "nullable": true,
            "title": "Rioolleiding funderingstype",
            "type": "string"
          },
          "geometrie": {
            "allOf": [
              {
                "description": "GeoJSON geometry",
                "discriminator": {
                  "propertyName": "type"
                },
                "properties": {
                  "coordinates": {
                    "description": "Based on the geometry type, a point or collection of points.",
                    "items": {
                      "type": "number"
                    },
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": {
                    "description": "the geometry type",
                    "enum": [
                      "Point",
                      "LineString",
                      "Polygon",
                      "MultiPoint",
                      "MultiLineString",
                      "MultiPolygon"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              {
                "properties": {
                  "coordinates": {
                    "items": {
                      "description": "Point in 3D space",
                      "items": {
                        "type": "number"
                      },
                      "maxItems": 3,
                      "minItems": 2,
                      "type": "array"
                    },
                    "type": "array"
                  },
                  "type": {
                    "enum": [
                      "LineString"
                    ],
                    "type": "string"
                  }
                }
              }
            ],
            "description": "GeoJSON geometry",
            "type": "object"
          },
          "globalid": {
            "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
            "title": "Rioolleiding global ID",
            "type": "string"
          },
          "globalidBeginknoop": {
            "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
            "nullable": true,
            "title": "Rioolleiding beginknoop ID",
            "type": "string"
          },
          "globalidEindknoop": {
            "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
            "nullable": true,
            "title": "Rioolleiding eindknoop ID",
            "type": "string"
          },
          "hoogte": {
            "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Leiding hoogte",
            "type": "integer"
          },
          "jaarGelegd": {
            "description": "Het jaar waarin een rioolleiding is gelegd.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Rioolleiding aanleg jaar",
            "type": "integer"
          },
          "leveringsdatum": {
            "description": "Datum van levering bronbestand door Waternet.",
            "nullable": true,
            "type": "string"
          },
          "materiaal": {
            "description": "Type materiaal rioolleiding.",
            "nullable": true,
            "title": "Rioolleiding materiaal",
            "type": "string"
          },
          "objectnummer": {
            "description": "Uniek objectnummer van de rioolleiding.",
            "format": "int64",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "nullable": true,
            "title": "Rioolleiding objectnummer",
            "type": "integer"
          },
          "soort": {
            "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
            "nullable": true,
            "title": "Rioolleiding soort",
            "type": "string"
          },
          "status": {
            "description": "Gebruiksstatus van de rioolleiding in het net.",
            "nullable": true,
            "title": "Rioolleiding status",
            "type": "string"
          },
          "stelselType": {
            "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
            "nullable": true,
            "title": "Type stelsel",
            "type": "string"
          },
          "toelichting": {
            "description": "Toelichting van de rioolleiding.",
            "nullable": true,
            "title": "Rioolleiding toelichting",
            "type": "string"
          },
          "typeLeiding": {
            "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
            "nullable": true,
            "title": "Rioolleiding type",
            "type": "string"
          },
          "vorm": {
            "description": "Vorm van de rioolleiding.",
            "nullable": true,
            "title": "Rioolleiding vorm",
            "type": "string"
          }
        },
        "required": [
          "_links",
          "globalid"
        ],
        "type": "object"
      },
      "Leidingeninfrastructuurwaternet_rioolleidingenLink": {
        "description": "The identifier of the relationship to waternetRioolleidingen.",
        "properties": {
          "globalid": {
            "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
            "title": "Rioolleiding global ID",
            "type": "string"
          },
          "href": {
            "format": "uri",
            "readOnly": true,
            "type": "string"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "globalid",
          "href",
          "title"
        ],
        "type": "object"
      },
      "LineString": {
        "allOf": [
          {
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "properties": {
              "coordinates": {
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                },
                "minItems": 2,
                "type": "array"
              },
              "type": {
                "description": "the geometry type",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          {
            "properties": {
              "coordinates": {
                "items": {
                  "description": "Point in 3D space",
                  "items": {
                    "type": "number"
                  },
                  "maxItems": 3,
                  "minItems": 2,
                  "type": "array"
                },
                "type": "array"
              },
              "type": {
                "enum": [
                  "LineString"
                ],
                "type": "string"
              }
            }
          }
        ],
        "description": "GeoJSON geometry",
        "type": "object"
      },
      "MultiLineString": {
        "allOf": [
          {
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "properties": {
              "coordinates": {
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                },
                "minItems": 2,
                "type": "array"
              },
              "type": {
                "description": "the geometry type",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          {
            "properties": {
              "coordinates": {
                "items": {
                  "items": {
                    "description": "Point in 3D space",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 3,
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": "array"
                },
                "type": "array"
              },
              "type": {
                "enum": [
                  "MultiLineString"
                ],
                "type": "string"
              }
            }
          }
        ],
        "description": "GeoJSON geometry",
        "type": "object"
      },
      "MultiPoint": {
        "allOf": [
          {
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "properties": {
              "coordinates": {
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                },
                "minItems": 2,
                "type": "array"
              },
              "type": {
                "description": "the geometry type",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          {
            "properties": {
              "coordinates": {
                "items": {
                  "description": "Point in 3D space",
                  "items": {
                    "type": "number"
                  },
                  "maxItems": 3,
                  "minItems": 2,
                  "type": "array"
                },
                "type": "array"
              },
              "type": {
                "enum": [
                  "MultiPoint"
                ],
                "type": "string"
              }
            }
          }
        ],
        "description": "GeoJSON geometry",
        "type": "object"
      },
      "MultiPolygon": {
        "allOf": [
          {
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "properties": {
              "coordinates": {
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                },
                "minItems": 2,
                "type": "array"
              },
              "type": {
                "description": "the geometry type",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          {
            "properties": {
              "coordinates": {
                "items": {
                  "items": {
                    "items": {
                      "description": "Point in 3D space",
                      "items": {
                        "type": "number"
                      },
                      "maxItems": 3,
                      "minItems": 2,
                      "type": "array"
                    },
                    "type": "array"
                  },
                  "type": "array"
                },
                "type": "array"
              },
              "type": {
                "enum": [
                  "MultiPolygon"
                ],
                "type": "string"
              }
            }
          }
        ],
        "description": "GeoJSON geometry",
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuuramsterdam_ovl_bovengrondse_kabelsList": {
        "properties": {
          "_embedded": {
            "properties": {
              "amsterdam_ovl_bovengrondse_kabels": {
                "items": {
                  "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een bovengrondse kabel.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Bovengrondse kabel ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
                      "nullable": true,
                      "title": "Kabel bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                      "nullable": true,
                      "title": "Kabel bouwtype",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel eigenaar",
                      "type": "string"
                    },
                    "functie": {
                      "description": "De functie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel functie",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiLineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "groep": {
                      "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                      "nullable": true,
                      "title": "Groepsnummer",
                      "type": "string"
                    },
                    "hoofdcategorie": {
                      "description": "De hoofdcategorie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een bovengrondse kabel.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Bovengrondse kabel ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van de inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Het jaar waarin de kabel is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Kabel jaar van aanleg",
                      "type": "integer"
                    },
                    "kabeldiameter": {
                      "description": "De diameter van de kabel in millimeters.",
                      "nullable": true,
                      "title": "Kabel diameter",
                      "type": "string"
                    },
                    "kabeltype": {
                      "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
                      "nullable": true,
                      "title": "Bovengrondse kabel type",
                      "type": "string"
                    },
                    "kabelzegel": {
                      "description": "Het type zegel van de kabel.",
                      "nullable": true,
                      "title": "Kabel zegeltype",
                      "type": "string"
                    },
                    "kast": {
                      "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                      "nullable": true,
                      "title": "Kastnummer",
                      "type": "string"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "De lengte van de kabel in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel lengte",
                      "type": "number"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "De nauwkeurigheid van de diepte van de kabel.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "De nauwkeurigheid van de hoogte van de kabel.",
                      "nullable": true,
                      "title": "Kabel hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "ovs": {
                      "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
                      "nullable": true,
                      "title": "Overspanningsinstallatie",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "tot": {
                      "description": "De eindlocatie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel eindlocatie",
                      "type": "string"
                    },
                    "type": {
                      "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON type",
                      "type": "string"
                    },
                    "typeExtra": {
                      "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                      "nullable": true,
                      "title": "Soort voeding",
                      "type": "string"
                    },
                    "van": {
                      "description": "De startlocatie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel startlocatie",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het voltage dat op de kabel staat.",
                      "nullable": true,
                      "title": "Kabel voltage",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Kabel zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuuramsterdam_ovl_lichtpuntenList": {
        "properties": {
          "_embedded": {
            "properties": {
              "amsterdam_ovl_lichtpunten": {
                "items": {
                  "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een lichtpunt.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Lichtpunt ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Mate van bereikbaarheid van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtpunt bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtmast bouwtype",
                      "type": "string"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van een lichtmast.",
                      "nullable": true,
                      "title": "Lichtpunt eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van een lichtpunt.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Lichtpunt ID",
                      "type": "integer"
                    },
                    "mastcode": {
                      "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtpunt categorie code",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuuramsterdam_ovl_mantelbuizenList": {
        "properties": {
          "_embedded": {
            "properties": {
              "amsterdam_ovl_mantelbuizen": {
                "items": {
                  "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een mantelbuis.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Mantelbuis ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "diameter": {
                      "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
                      "nullable": true,
                      "title": "Mantelbuis diameter",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Mantelbuis diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de mantelbuis.",
                      "nullable": true,
                      "title": "Mantelbuis eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "items": {
                                    "description": "Point in 3D space",
                                    "items": {
                                      "type": "number"
                                    },
                                    "maxItems": 3,
                                    "minItems": 2,
                                    "type": "array"
                                  },
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "hoofdcategorie": {
                      "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
                      "nullable": true,
                      "title": "Mantelbuis hoofdcategorie",
                      "type": "string"
                    },
                    "id": {
                      "description": "Unieke identificatie van een mantelbuis.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Mantelbuis ID",
                      "type": "integer"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Jaar waarin de mantelbuis is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Mantelbuis jaar van aanleg",
                      "type": "integer"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "Lengte van de mantelbuis uitgedrukt in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Mantelbuis lengte",
                      "type": "number"
                    },
                    "materiaal": {
                      "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
                      "nullable": true,
                      "title": "Mantelbuis materiaal",
                      "type": "string"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
                      "nullable": true,
                      "title": "Mantelbuis type",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
                      "nullable": true,
                      "title": "Mantelbuis zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuuramsterdam_ovl_ondergrondse_kabelsList": {
        "properties": {
          "_embedded": {
            "properties": {
              "amsterdam_ovl_ondergrondse_kabels": {
                "items": {
                  "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een ondergrondse kabel.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Ondergrondse kabel ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
                      "nullable": true,
                      "title": "Kabel bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                      "nullable": true,
                      "title": "Kabel bouwtype",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel eigenaar",
                      "type": "string"
                    },
                    "functie": {
                      "description": "De functie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel functie",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiLineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "groep": {
                      "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                      "nullable": true,
                      "title": "Groepsnummer",
                      "type": "string"
                    },
                    "hoofdcategorie": {
                      "description": "De hoofdcategorie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een ondergrondse kabel.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Ondergrondse kabel ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van de inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit van inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Het jaar waarin de kabel is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Kabel aanleg jaar",
                      "type": "integer"
                    },
                    "kabeldiameter": {
                      "description": "De diameter van de kabel in millimeters.",
                      "nullable": true,
                      "title": "Kabel diameter",
                      "type": "string"
                    },
                    "kabeltype": {
                      "description": "Laat zien om wat voor type kabel het gaat.",
                      "nullable": true,
                      "title": "Ondergrondse kabeltype",
                      "type": "string"
                    },
                    "kabelzegel": {
                      "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
                      "nullable": true,
                      "title": "Kabel zegel type",
                      "type": "string"
                    },
                    "kast": {
                      "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                      "nullable": true,
                      "title": "Kastnummer",
                      "type": "string"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "De lengte van de kabel in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel lengte",
                      "type": "number"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "De nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                      "nullable": true,
                      "title": "Hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "tot": {
                      "description": "De eindlocatie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel eindlocatie",
                      "type": "string"
                    },
                    "type": {
                      "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON type",
                      "type": "string"
                    },
                    "typeExtra": {
                      "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                      "nullable": true,
                      "title": "Extra type",
                      "type": "string"
                    },
                    "van": {
                      "description": "De startlocatie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel startlocatie",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het voltage dat op de kabel staat.",
                      "nullable": true,
                      "title": "Kabel voltage",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Kabel zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuuramsterdam_ovl_puntenList": {
        "properties": {
          "_embedded": {
            "properties": {
              "amsterdam_ovl_punten": {
                "items": {
                  "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlPunten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een leidingpunt.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Leidingpunt ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "diepte": {
                      "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Leiding diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van een leidingpunt.",
                      "nullable": true,
                      "title": "Leidingpunt eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "hoofdcategorie": {
                      "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
                      "nullable": true,
                      "title": "Leidingpunt hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Leidingpunt hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een leidingpunt.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Leidingpunt ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie of de leiding boven- of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "Kwaliteit van inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Jaar waarin een Leidingpunt is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leidingpunt jaar van aanleg",
                      "type": "integer"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                      "nullable": true,
                      "title": "Hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
                      "nullable": true,
                      "title": "Leidingpunt type",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Leidingpunt zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuurklic_eisvoorzorgsmaatregelenList": {
        "properties": {
          "_embedded": {
            "properties": {
              "klic_eisvoorzorgsmaatregelen": {
                "items": {
                  "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Klic object ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Naam van geclusturde plannen.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "evNet": {
                      "description": "De naam van het eisvoorzorgnetwerk.",
                      "nullable": true,
                      "title": "Eisvoorzorgsnetwerk naam",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Polygon"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Klic object ID",
                      "type": "integer"
                    },
                    "infotype": {
                      "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
                      "nullable": true,
                      "title": "Infotype pdf",
                      "type": "string"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "pdf": {
                      "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
                      "nullable": true,
                      "title": "URL PFD bestand",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuurklic_kabels_en_leidingenList": {
        "properties": {
          "_embedded": {
            "properties": {
              "klic_kabels_en_leidingen": {
                "items": {
                  "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Klic object ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "class": {
                      "description": "Objectklasse of type kabel/leiding",
                      "nullable": true,
                      "title": "Klic objectklasse",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "delivery": {
                      "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
                      "nullable": true,
                      "title": "Klic leveringstype",
                      "type": "string"
                    },
                    "diameter": {
                      "description": "Diameter kabel of leiding in millimeters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Diameter kabel leiding",
                      "type": "number"
                    },
                    "diepte": {
                      "description": "Diepte ten opzichte van het maaiveld in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Diepte kabel leiding",
                      "type": "number"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "description": "Point in 3D space",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 3,
                                "minItems": 2,
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "LineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Klic object ID",
                      "type": "integer"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "materiaal": {
                      "description": "Materiaal van de kabel of leiding.",
                      "nullable": true,
                      "title": "Kabel leiding materiaal",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "product": {
                      "description": "Het type vloeistof/gas dat door de leiding loopt.",
                      "nullable": true,
                      "title": "Klic producttype",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "status": {
                      "description": "De status van het object.",
                      "nullable": true,
                      "title": "Klic objectstatus",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
                      "nullable": true,
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuurklic_puntobjectenList": {
        "properties": {
          "_embedded": {
            "properties": {
              "klic_puntobjecten": {
                "items": {
                  "description": "Overzicht punten infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicPuntobjecten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "class": {
                      "description": "Objectklasse of categorie van het leidingelement.",
                      "nullable": true,
                      "title": "Klic objectklasse",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "type": "integer"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "status": {
                      "description": "De status van het object.",
                      "nullable": true,
                      "title": "Klic object status",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Omschrijving van het objecttype.",
                      "nullable": true,
                      "title": "Klic objecttype",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuurwaternet_rioolknopenList": {
        "properties": {
          "_embedded": {
            "properties": {
              "waternet_rioolknopen": {
                "items": {
                  "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to waternetRioolknopen.",
                              "properties": {
                                "globalid": {
                                  "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                  "title": "Rioolknoop global ID",
                                  "type": "string"
                                },
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "globalid",
                                "href",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bemalingsgebied": {
                      "description": "Het bemalingsgebied waar de knoop in ligt.",
                      "nullable": true,
                      "title": "Rioolknoop bemalingsgebied",
                      "type": "string"
                    },
                    "drempelbreedte": {
                      "description": "De drempelbreedte van de wand van de overstort in millimeters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Rioolknoop drempelbreedte",
                      "type": "number"
                    },
                    "drempelniveau": {
                      "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Rioolknoop drempelniveau hoogte",
                      "type": "number"
                    },
                    "funderingstype": {
                      "description": "Het type fundering onder de knoop.",
                      "nullable": true,
                      "title": "Rioolknoop funderingstype",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "globalid": {
                      "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                      "title": "Rioolknoop global ID",
                      "type": "string"
                    },
                    "jaarGelegd": {
                      "description": "Het jaar waarin de rioolknoop is gelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop aanleg jaar",
                      "type": "integer"
                    },
                    "leveringsdatum": {
                      "description": "Datum van levering bronbestand door Waternet.",
                      "nullable": true,
                      "type": "string"
                    },
                    "maaiveldniveau": {
                      "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Maaiveld hoogte",
                      "type": "number"
                    },
                    "nummer": {
                      "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
                      "nullable": true,
                      "title": "Rioolknoop nummer",
                      "type": "string"
                    },
                    "objectnummer": {
                      "description": "Uniek objectnummer van de rioolknoop.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop objectnummer",
                      "type": "integer"
                    },
                    "soort": {
                      "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
                      "nullable": true,
                      "title": "Rioolknoop soort",
                      "type": "string"
                    },
                    "status": {
                      "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
                      "nullable": true,
                      "title": "Rioolknoop status",
                      "type": "string"
                    },
                    "subtype": {
                      "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
                      "nullable": true,
                      "title": "Rioolknoop subtype",
                      "type": "string"
                    },
                    "symboolhoek": {
                      "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop symboolhoek",
                      "type": "integer"
                    },
                    "typeKnoop": {
                      "description": "Type knoop. Een verdere specificatie op soort knoop.",
                      "nullable": true,
                      "title": "Rioolknoop type",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "globalid"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "PaginatedLeidingeninfrastructuurwaternet_rioolleidingenList": {
        "properties": {
          "_embedded": {
            "properties": {
              "waternet_rioolleidingen": {
                "items": {
                  "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to waternetRioolleidingen.",
                              "properties": {
                                "globalid": {
                                  "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                  "title": "Rioolleiding global ID",
                                  "type": "string"
                                },
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "globalid",
                                "href",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bobBeginpunt": {
                      "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
                      "format": "double",
                      "nullable": true,
                      "title": "Hoogte binnen onderkant buis beginpunt",
                      "type": "number"
                    },
                    "bobEindpunt": {
                      "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
                      "format": "double",
                      "nullable": true,
                      "title": "Hoogte binnen onderkant buis eindpunt",
                      "type": "number"
                    },
                    "breedte": {
                      "description": "Breedte leiding in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding breedte",
                      "type": "integer"
                    },
                    "diameter": {
                      "description": "Diameter leiding in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding diameter",
                      "type": "integer"
                    },
                    "funderingstype": {
                      "description": "Omschrijving van de type fundering van een rioolleiding",
                      "nullable": true,
                      "title": "Rioolleiding funderingstype",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "description": "Point in 3D space",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 3,
                                "minItems": 2,
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "LineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "globalid": {
                      "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                      "title": "Rioolleiding global ID",
                      "type": "string"
                    },
                    "globalidBeginknoop": {
                      "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                      "nullable": true,
                      "title": "Rioolleiding beginknoop ID",
                      "type": "string"
                    },
                    "globalidEindknoop": {
                      "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                      "nullable": true,
                      "title": "Rioolleiding eindknoop ID",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding hoogte",
                      "type": "integer"
                    },
                    "jaarGelegd": {
                      "description": "Het jaar waarin een rioolleiding is gelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolleiding aanleg jaar",
                      "type": "integer"
                    },
                    "leveringsdatum": {
                      "description": "Datum van levering bronbestand door Waternet.",
                      "nullable": true,
                      "type": "string"
                    },
                    "materiaal": {
                      "description": "Type materiaal rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding materiaal",
                      "type": "string"
                    },
                    "objectnummer": {
                      "description": "Uniek objectnummer van de rioolleiding.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolleiding objectnummer",
                      "type": "integer"
                    },
                    "soort": {
                      "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
                      "nullable": true,
                      "title": "Rioolleiding soort",
                      "type": "string"
                    },
                    "status": {
                      "description": "Gebruiksstatus van de rioolleiding in het net.",
                      "nullable": true,
                      "title": "Rioolleiding status",
                      "type": "string"
                    },
                    "stelselType": {
                      "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
                      "nullable": true,
                      "title": "Type stelsel",
                      "type": "string"
                    },
                    "toelichting": {
                      "description": "Toelichting van de rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding toelichting",
                      "type": "string"
                    },
                    "typeLeiding": {
                      "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
                      "nullable": true,
                      "title": "Rioolleiding type",
                      "type": "string"
                    },
                    "vorm": {
                      "description": "Vorm van de rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding vorm",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "globalid"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "_links": {
            "properties": {
              "next": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "previous": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                    "format": "uri",
                    "nullable": true,
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "self": {
                "properties": {
                  "href": {
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "page": {
            "properties": {
              "number": {
                "example": 3,
                "type": "integer"
              },
              "size": {
                "example": 20,
                "type": "integer"
              },
              "totalElements": {
                "example": 5,
                "type": "integer"
              },
              "totalPages": {
                "example": 3,
                "type": "integer"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "Point": {
        "allOf": [
          {
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "properties": {
              "coordinates": {
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                },
                "minItems": 2,
                "type": "array"
              },
              "type": {
                "description": "the geometry type",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          {
            "properties": {
              "coordinates": {
                "description": "Point in 3D space",
                "items": {
                  "type": "number"
                },
                "maxItems": 3,
                "minItems": 2,
                "type": "array"
              },
              "type": {
                "enum": [
                  "Point"
                ],
                "type": "string"
              }
            }
          }
        ],
        "description": "GeoJSON geometry",
        "type": "object"
      },
      "Point3D": {
        "description": "Point in 3D space",
        "items": {
          "type": "number"
        },
        "maxItems": 3,
        "minItems": 2,
        "type": "array"
      },
      "Polygon": {
        "allOf": [
          {
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "properties": {
              "coordinates": {
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                },
                "minItems": 2,
                "type": "array"
              },
              "type": {
                "description": "the geometry type",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          },
          {
            "properties": {
              "coordinates": {
                "items": {
                  "items": {
                    "description": "Point in 3D space",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 3,
                    "minItems": 2,
                    "type": "array"
                  },
                  "type": "array"
                },
                "type": "array"
              },
              "type": {
                "enum": [
                  "Polygon"
                ],
                "type": "string"
              }
            }
          }
        ],
        "description": "GeoJSON geometry",
        "type": "object"
      }
    },
    "securitySchemes": {
      "oauth2": {
        "flows": {
          "implicit": {
            "authorizationUrl": "https://iam.amsterdam.nl/auth/realms/datapunt-ad/protocol/openid-connect/auth",
            "scopes": {
              "4f49c72a-d82b-4d5e-8063-a93470854d12/.default": "Toegang Applicatie"
            }
          }
        },
        "type": "oauth2"
      }
    }
  },
  "externalDocs": {
    "description": "API Usage Documentation",
    "url": "https://api.data.amsterdam.nl/v1/docs/datasets/leidingeninfrastructuur.html"
  },
  "info": {
    "contact": {
      "email": "datapunt@amsterdam.nl"
    },
    "description": "Overzicht ondergrondse infrastructuur",
    "license": {
      "name": "Creative Commons, Naamsvermelding"
    },
    "termsOfService": "https://data.amsterdam.nl/",
    "title": "Kabels en leidingen ondergrond",
    "version": "1.0.0"
  },
  "openapi": "3.1.0",
  "paths": {
    "/amsterdam_ovl_bovengrondse_kabels": {
      "get": {
        "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_bovengrondse_kabels_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
            "in": "query",
            "name": "bereikbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bereikbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bereikbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bereikbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bereikbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bereikbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
            "in": "query",
            "name": "bouwtype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bouwtype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bouwtype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bouwtype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bouwtype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bouwtype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van de bovengrondse kabel.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De functie van de bovengrondse kabel.",
            "in": "query",
            "name": "functie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "functie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "functie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "functie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "functie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "functie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
            "in": "query",
            "name": "groep",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "groep[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "groep[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "groep[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "groep[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "groep[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De hoofdcategorie van de bovengrondse kabel.",
            "in": "query",
            "name": "hoofdcategorie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoofdcategorie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "hoofdcategorie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoofdcategorie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "hoofdcategorie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "hoofdcategorie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "hoogte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "hoogte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "hoogte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoogte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "hoogte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "hoogte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "hoogte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Unieke identificatie van een bovengrondse kabel.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
            "in": "query",
            "name": "indicatieBovenOnder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "indicatieBovenOnder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "indicatieBovenOnder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "indicatieBovenOnder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De kwaliteit van de inwinning.",
            "in": "query",
            "name": "inwinningstype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "inwinningstype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "inwinningstype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "inwinningstype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "inwinningstype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "inwinningstype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het jaar waarin de kabel is aangelegd.",
            "in": "query",
            "name": "jaarVanAanleg",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarVanAanleg[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarVanAanleg[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarVanAanleg[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarVanAanleg[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarVanAanleg[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "De diameter van de kabel in millimeters.",
            "in": "query",
            "name": "kabeldiameter",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabeldiameter[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabeldiameter[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabeldiameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabeldiameter[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabeldiameter[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
            "in": "query",
            "name": "kabeltype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabeltype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabeltype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabeltype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabeltype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabeltype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het type zegel van de kabel.",
            "in": "query",
            "name": "kabelzegel",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabelzegel[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabelzegel[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabelzegel[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabelzegel[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabelzegel[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de kast waarop de kabel is aangesloten.",
            "in": "query",
            "name": "kast",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kast[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kast[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kast[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kast[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kast[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "klasse",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "klasse[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "klasse[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "klasse[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "klasse[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "klasse[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De lengte van de kabel in meters.",
            "in": "query",
            "name": "lengte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "lengte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "lengte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "lengte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "lengte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "lengte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "lengte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "lengte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "De nauwkeurigheid van de diepte van de kabel.",
            "in": "query",
            "name": "nauwkeurigheidDiepte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidDiepte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidDiepte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidDiepte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De nauwkeurigheid van de hoogte van de kabel.",
            "in": "query",
            "name": "nauwkeurigheidHoogte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidHoogte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidHoogte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidHoogte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
            "in": "query",
            "name": "ovs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "ovs[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "ovs[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "ovs[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "ovs[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "ovs[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De eindlocatie van de bovengrondse kabel.",
            "in": "query",
            "name": "tot",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "tot[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "tot[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "tot[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "tot[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "tot[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
            "in": "query",
            "name": "typeExtra",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "typeExtra[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "typeExtra[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "typeExtra[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "typeExtra[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "typeExtra[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De startlocatie van de bovengrondse kabel.",
            "in": "query",
            "name": "van",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "van[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "van[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "van[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "van[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "van[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het voltage dat op de kabel staat.",
            "in": "query",
            "name": "voltage",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "voltage[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "voltage[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "voltage[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "voltage[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "voltage[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
            "in": "query",
            "name": "zichtbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "zichtbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "zichtbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "zichtbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "zichtbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "zichtbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_bovengrondse_kabels": {
                          "items": {
                            "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een bovengrondse kabel.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Bovengrondse kabel ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
                                "nullable": true,
                                "title": "Kabel bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                                "nullable": true,
                                "title": "Kabel bouwtype",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel eigenaar",
                                "type": "string"
                              },
                              "functie": {
                                "description": "De functie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel functie",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiLineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "groep": {
                                "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                                "nullable": true,
                                "title": "Groepsnummer",
                                "type": "string"
                              },
                              "hoofdcategorie": {
                                "description": "De hoofdcategorie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een bovengrondse kabel.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Bovengrondse kabel ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van de inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Het jaar waarin de kabel is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Kabel jaar van aanleg",
                                "type": "integer"
                              },
                              "kabeldiameter": {
                                "description": "De diameter van de kabel in millimeters.",
                                "nullable": true,
                                "title": "Kabel diameter",
                                "type": "string"
                              },
                              "kabeltype": {
                                "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
                                "nullable": true,
                                "title": "Bovengrondse kabel type",
                                "type": "string"
                              },
                              "kabelzegel": {
                                "description": "Het type zegel van de kabel.",
                                "nullable": true,
                                "title": "Kabel zegeltype",
                                "type": "string"
                              },
                              "kast": {
                                "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                                "nullable": true,
                                "title": "Kastnummer",
                                "type": "string"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "De lengte van de kabel in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel lengte",
                                "type": "number"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "De nauwkeurigheid van de diepte van de kabel.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "De nauwkeurigheid van de hoogte van de kabel.",
                                "nullable": true,
                                "title": "Kabel hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "ovs": {
                                "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
                                "nullable": true,
                                "title": "Overspanningsinstallatie",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "tot": {
                                "description": "De eindlocatie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel eindlocatie",
                                "type": "string"
                              },
                              "type": {
                                "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON type",
                                "type": "string"
                              },
                              "typeExtra": {
                                "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                                "nullable": true,
                                "title": "Soort voeding",
                                "type": "string"
                              },
                              "van": {
                                "description": "De startlocatie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel startlocatie",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het voltage dat op de kabel staat.",
                                "nullable": true,
                                "title": "Kabel voltage",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Kabel zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_bovengrondse_kabels": {
                          "items": {
                            "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een bovengrondse kabel.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Bovengrondse kabel ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
                                "nullable": true,
                                "title": "Kabel bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                                "nullable": true,
                                "title": "Kabel bouwtype",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel eigenaar",
                                "type": "string"
                              },
                              "functie": {
                                "description": "De functie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel functie",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiLineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "groep": {
                                "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                                "nullable": true,
                                "title": "Groepsnummer",
                                "type": "string"
                              },
                              "hoofdcategorie": {
                                "description": "De hoofdcategorie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een bovengrondse kabel.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Bovengrondse kabel ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van de inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Het jaar waarin de kabel is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Kabel jaar van aanleg",
                                "type": "integer"
                              },
                              "kabeldiameter": {
                                "description": "De diameter van de kabel in millimeters.",
                                "nullable": true,
                                "title": "Kabel diameter",
                                "type": "string"
                              },
                              "kabeltype": {
                                "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
                                "nullable": true,
                                "title": "Bovengrondse kabel type",
                                "type": "string"
                              },
                              "kabelzegel": {
                                "description": "Het type zegel van de kabel.",
                                "nullable": true,
                                "title": "Kabel zegeltype",
                                "type": "string"
                              },
                              "kast": {
                                "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                                "nullable": true,
                                "title": "Kastnummer",
                                "type": "string"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "De lengte van de kabel in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel lengte",
                                "type": "number"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "De nauwkeurigheid van de diepte van de kabel.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "De nauwkeurigheid van de hoogte van de kabel.",
                                "nullable": true,
                                "title": "Kabel hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "ovs": {
                                "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
                                "nullable": true,
                                "title": "Overspanningsinstallatie",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "tot": {
                                "description": "De eindlocatie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel eindlocatie",
                                "type": "string"
                              },
                              "type": {
                                "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON type",
                                "type": "string"
                              },
                              "typeExtra": {
                                "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                                "nullable": true,
                                "title": "Soort voeding",
                                "type": "string"
                              },
                              "van": {
                                "description": "De startlocatie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel startlocatie",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het voltage dat op de kabel staat.",
                                "nullable": true,
                                "title": "Kabel voltage",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Kabel zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_bovengrondse_kabels": {
                          "items": {
                            "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een bovengrondse kabel.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Bovengrondse kabel ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
                                "nullable": true,
                                "title": "Kabel bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                                "nullable": true,
                                "title": "Kabel bouwtype",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel eigenaar",
                                "type": "string"
                              },
                              "functie": {
                                "description": "De functie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel functie",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiLineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "groep": {
                                "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                                "nullable": true,
                                "title": "Groepsnummer",
                                "type": "string"
                              },
                              "hoofdcategorie": {
                                "description": "De hoofdcategorie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een bovengrondse kabel.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Bovengrondse kabel ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van de inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Het jaar waarin de kabel is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Kabel jaar van aanleg",
                                "type": "integer"
                              },
                              "kabeldiameter": {
                                "description": "De diameter van de kabel in millimeters.",
                                "nullable": true,
                                "title": "Kabel diameter",
                                "type": "string"
                              },
                              "kabeltype": {
                                "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
                                "nullable": true,
                                "title": "Bovengrondse kabel type",
                                "type": "string"
                              },
                              "kabelzegel": {
                                "description": "Het type zegel van de kabel.",
                                "nullable": true,
                                "title": "Kabel zegeltype",
                                "type": "string"
                              },
                              "kast": {
                                "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                                "nullable": true,
                                "title": "Kastnummer",
                                "type": "string"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "De lengte van de kabel in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel lengte",
                                "type": "number"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "De nauwkeurigheid van de diepte van de kabel.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "De nauwkeurigheid van de hoogte van de kabel.",
                                "nullable": true,
                                "title": "Kabel hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "ovs": {
                                "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
                                "nullable": true,
                                "title": "Overspanningsinstallatie",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "tot": {
                                "description": "De eindlocatie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel eindlocatie",
                                "type": "string"
                              },
                              "type": {
                                "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON type",
                                "type": "string"
                              },
                              "typeExtra": {
                                "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                                "nullable": true,
                                "title": "Soort voeding",
                                "type": "string"
                              },
                              "van": {
                                "description": "De startlocatie van de bovengrondse kabel.",
                                "nullable": true,
                                "title": "Bovengrondse kabel startlocatie",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het voltage dat op de kabel staat.",
                                "nullable": true,
                                "title": "Kabel voltage",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Kabel zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_bovengrondse_kabels"
        ]
      }
    },
    "/amsterdam_ovl_bovengrondse_kabels/{id}": {
      "get": {
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_bovengrondse_kabels_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
            "in": "query",
            "name": "bereikbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bereikbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bereikbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bereikbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bereikbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bereikbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
            "in": "query",
            "name": "bouwtype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bouwtype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bouwtype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bouwtype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bouwtype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bouwtype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van de bovengrondse kabel.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De functie van de bovengrondse kabel.",
            "in": "query",
            "name": "functie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "functie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "functie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "functie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "functie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "functie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
            "in": "query",
            "name": "groep",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "groep[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "groep[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "groep[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "groep[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "groep[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De hoofdcategorie van de bovengrondse kabel.",
            "in": "query",
            "name": "hoofdcategorie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoofdcategorie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "hoofdcategorie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoofdcategorie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "hoofdcategorie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "hoofdcategorie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "hoogte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "hoogte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "hoogte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoogte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "hoogte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "hoogte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "hoogte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van een bovengrondse kabel.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
            "in": "query",
            "name": "indicatieBovenOnder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "indicatieBovenOnder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "indicatieBovenOnder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "indicatieBovenOnder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De kwaliteit van de inwinning.",
            "in": "query",
            "name": "inwinningstype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "inwinningstype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "inwinningstype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "inwinningstype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "inwinningstype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "inwinningstype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het jaar waarin de kabel is aangelegd.",
            "in": "query",
            "name": "jaarVanAanleg",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarVanAanleg[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarVanAanleg[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarVanAanleg[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarVanAanleg[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarVanAanleg[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "De diameter van de kabel in millimeters.",
            "in": "query",
            "name": "kabeldiameter",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabeldiameter[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabeldiameter[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabeldiameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabeldiameter[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabeldiameter[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
            "in": "query",
            "name": "kabeltype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabeltype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabeltype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabeltype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabeltype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabeltype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het type zegel van de kabel.",
            "in": "query",
            "name": "kabelzegel",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabelzegel[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabelzegel[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabelzegel[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabelzegel[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabelzegel[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de kast waarop de kabel is aangesloten.",
            "in": "query",
            "name": "kast",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kast[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kast[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kast[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kast[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kast[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "klasse",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "klasse[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "klasse[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "klasse[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "klasse[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "klasse[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De lengte van de kabel in meters.",
            "in": "query",
            "name": "lengte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "lengte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "lengte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "lengte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "lengte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "lengte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "lengte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "lengte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "De nauwkeurigheid van de diepte van de kabel.",
            "in": "query",
            "name": "nauwkeurigheidDiepte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidDiepte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidDiepte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidDiepte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De nauwkeurigheid van de hoogte van de kabel.",
            "in": "query",
            "name": "nauwkeurigheidHoogte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidHoogte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidHoogte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidHoogte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
            "in": "query",
            "name": "ovs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "ovs[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "ovs[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "ovs[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "ovs[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "ovs[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De eindlocatie van de bovengrondse kabel.",
            "in": "query",
            "name": "tot",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "tot[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "tot[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "tot[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "tot[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "tot[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
            "in": "query",
            "name": "typeExtra",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "typeExtra[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "typeExtra[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "typeExtra[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "typeExtra[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "typeExtra[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De startlocatie van de bovengrondse kabel.",
            "in": "query",
            "name": "van",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "van[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "van[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "van[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "van[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "van[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het voltage dat op de kabel staat.",
            "in": "query",
            "name": "voltage",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "voltage[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "voltage[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "voltage[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "voltage[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "voltage[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
            "in": "query",
            "name": "zichtbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "zichtbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "zichtbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "zichtbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "zichtbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "zichtbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een bovengrondse kabel.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Bovengrondse kabel ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
                      "nullable": true,
                      "title": "Kabel bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                      "nullable": true,
                      "title": "Kabel bouwtype",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel eigenaar",
                      "type": "string"
                    },
                    "functie": {
                      "description": "De functie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel functie",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiLineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "groep": {
                      "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                      "nullable": true,
                      "title": "Groepsnummer",
                      "type": "string"
                    },
                    "hoofdcategorie": {
                      "description": "De hoofdcategorie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een bovengrondse kabel.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Bovengrondse kabel ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van de inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Het jaar waarin de kabel is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Kabel jaar van aanleg",
                      "type": "integer"
                    },
                    "kabeldiameter": {
                      "description": "De diameter van de kabel in millimeters.",
                      "nullable": true,
                      "title": "Kabel diameter",
                      "type": "string"
                    },
                    "kabeltype": {
                      "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
                      "nullable": true,
                      "title": "Bovengrondse kabel type",
                      "type": "string"
                    },
                    "kabelzegel": {
                      "description": "Het type zegel van de kabel.",
                      "nullable": true,
                      "title": "Kabel zegeltype",
                      "type": "string"
                    },
                    "kast": {
                      "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                      "nullable": true,
                      "title": "Kastnummer",
                      "type": "string"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "De lengte van de kabel in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel lengte",
                      "type": "number"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "De nauwkeurigheid van de diepte van de kabel.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "De nauwkeurigheid van de hoogte van de kabel.",
                      "nullable": true,
                      "title": "Kabel hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "ovs": {
                      "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
                      "nullable": true,
                      "title": "Overspanningsinstallatie",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "tot": {
                      "description": "De eindlocatie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel eindlocatie",
                      "type": "string"
                    },
                    "type": {
                      "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON type",
                      "type": "string"
                    },
                    "typeExtra": {
                      "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                      "nullable": true,
                      "title": "Soort voeding",
                      "type": "string"
                    },
                    "van": {
                      "description": "De startlocatie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel startlocatie",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het voltage dat op de kabel staat.",
                      "nullable": true,
                      "title": "Kabel voltage",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Kabel zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een bovengrondse kabel.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Bovengrondse kabel ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
                      "nullable": true,
                      "title": "Kabel bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                      "nullable": true,
                      "title": "Kabel bouwtype",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel eigenaar",
                      "type": "string"
                    },
                    "functie": {
                      "description": "De functie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel functie",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiLineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "groep": {
                      "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                      "nullable": true,
                      "title": "Groepsnummer",
                      "type": "string"
                    },
                    "hoofdcategorie": {
                      "description": "De hoofdcategorie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een bovengrondse kabel.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Bovengrondse kabel ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van de inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Het jaar waarin de kabel is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Kabel jaar van aanleg",
                      "type": "integer"
                    },
                    "kabeldiameter": {
                      "description": "De diameter van de kabel in millimeters.",
                      "nullable": true,
                      "title": "Kabel diameter",
                      "type": "string"
                    },
                    "kabeltype": {
                      "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
                      "nullable": true,
                      "title": "Bovengrondse kabel type",
                      "type": "string"
                    },
                    "kabelzegel": {
                      "description": "Het type zegel van de kabel.",
                      "nullable": true,
                      "title": "Kabel zegeltype",
                      "type": "string"
                    },
                    "kast": {
                      "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                      "nullable": true,
                      "title": "Kastnummer",
                      "type": "string"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "De lengte van de kabel in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel lengte",
                      "type": "number"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "De nauwkeurigheid van de diepte van de kabel.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "De nauwkeurigheid van de hoogte van de kabel.",
                      "nullable": true,
                      "title": "Kabel hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "ovs": {
                      "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
                      "nullable": true,
                      "title": "Overspanningsinstallatie",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "tot": {
                      "description": "De eindlocatie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel eindlocatie",
                      "type": "string"
                    },
                    "type": {
                      "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON type",
                      "type": "string"
                    },
                    "typeExtra": {
                      "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                      "nullable": true,
                      "title": "Soort voeding",
                      "type": "string"
                    },
                    "van": {
                      "description": "De startlocatie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel startlocatie",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het voltage dat op de kabel staat.",
                      "nullable": true,
                      "title": "Kabel voltage",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Kabel zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Bovengrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlBovengrondseKabels._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlBovengrondseKabels.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een bovengrondse kabel.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Bovengrondse kabel ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Hier wordt aangegeven of een kabel boven een trambaan of boven het water hangt.",
                      "nullable": true,
                      "title": "Kabel bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                      "nullable": true,
                      "title": "Kabel bouwtype",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel eigenaar",
                      "type": "string"
                    },
                    "functie": {
                      "description": "De functie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel functie",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiLineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "groep": {
                      "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                      "nullable": true,
                      "title": "Groepsnummer",
                      "type": "string"
                    },
                    "hoofdcategorie": {
                      "description": "De hoofdcategorie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een bovengrondse kabel.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Bovengrondse kabel ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van de inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Het jaar waarin de kabel is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Kabel jaar van aanleg",
                      "type": "integer"
                    },
                    "kabeldiameter": {
                      "description": "De diameter van de kabel in millimeters.",
                      "nullable": true,
                      "title": "Kabel diameter",
                      "type": "string"
                    },
                    "kabeltype": {
                      "description": "Spandraad of het kabeltype, dit is het soort kabel dat is gebruikt.",
                      "nullable": true,
                      "title": "Bovengrondse kabel type",
                      "type": "string"
                    },
                    "kabelzegel": {
                      "description": "Het type zegel van de kabel.",
                      "nullable": true,
                      "title": "Kabel zegeltype",
                      "type": "string"
                    },
                    "kast": {
                      "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                      "nullable": true,
                      "title": "Kastnummer",
                      "type": "string"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "De lengte van de kabel in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel lengte",
                      "type": "number"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "De nauwkeurigheid van de diepte van de kabel.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "De nauwkeurigheid van de hoogte van de kabel.",
                      "nullable": true,
                      "title": "Kabel hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "ovs": {
                      "description": "Spandraad van één mast of gevel naar een andere mast of gevel, met aan de spandraad 0 tot meerdere verlichtingsobject(en), al dan niet met voedingskabel, inclusief de ophangconstructie en voedingspunt(en).",
                      "nullable": true,
                      "title": "Overspanningsinstallatie",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "tot": {
                      "description": "De eindlocatie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel eindlocatie",
                      "type": "string"
                    },
                    "type": {
                      "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON type",
                      "type": "string"
                    },
                    "typeExtra": {
                      "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                      "nullable": true,
                      "title": "Soort voeding",
                      "type": "string"
                    },
                    "van": {
                      "description": "De startlocatie van de bovengrondse kabel.",
                      "nullable": true,
                      "title": "Bovengrondse kabel startlocatie",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het voltage dat op de kabel staat.",
                      "nullable": true,
                      "title": "Kabel voltage",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Kabel zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_bovengrondse_kabels"
        ]
      }
    },
    "/amsterdam_ovl_lichtpunten": {
      "get": {
        "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_lichtpunten_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Mate van bereikbaarheid van een Lichtpunt.",
            "in": "query",
            "name": "bereikbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bereikbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bereikbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bereikbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bereikbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bereikbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
            "in": "query",
            "name": "bouwtype",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bouwtype[in]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bouwtype[isempty]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bouwtype[isnull]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bouwtype[like]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bouwtype[not]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van een lichtmast.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Punt coördinaat van het lichtpunt (epsg:28992)",
            "in": "query",
            "name": "geometry",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometry[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometry[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometry[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van een lichtpunt.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
            "in": "query",
            "name": "mastcode",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "mastcode[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "mastcode[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "mastcode[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "mastcode[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "mastcode[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_lichtpunten": {
                          "items": {
                            "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een lichtpunt.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Lichtpunt ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Mate van bereikbaarheid van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtpunt bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtmast bouwtype",
                                "type": "string"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van een lichtmast.",
                                "nullable": true,
                                "title": "Lichtpunt eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van een lichtpunt.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Lichtpunt ID",
                                "type": "integer"
                              },
                              "mastcode": {
                                "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtpunt categorie code",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_lichtpunten": {
                          "items": {
                            "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een lichtpunt.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Lichtpunt ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Mate van bereikbaarheid van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtpunt bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtmast bouwtype",
                                "type": "string"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van een lichtmast.",
                                "nullable": true,
                                "title": "Lichtpunt eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van een lichtpunt.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Lichtpunt ID",
                                "type": "integer"
                              },
                              "mastcode": {
                                "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtpunt categorie code",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_lichtpunten": {
                          "items": {
                            "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een lichtpunt.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Lichtpunt ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Mate van bereikbaarheid van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtpunt bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtmast bouwtype",
                                "type": "string"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van een lichtmast.",
                                "nullable": true,
                                "title": "Lichtpunt eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van een lichtpunt.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Lichtpunt ID",
                                "type": "integer"
                              },
                              "mastcode": {
                                "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
                                "nullable": true,
                                "title": "Lichtpunt categorie code",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_lichtpunten"
        ]
      }
    },
    "/amsterdam_ovl_lichtpunten/{id}": {
      "get": {
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_lichtpunten_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Mate van bereikbaarheid van een Lichtpunt.",
            "in": "query",
            "name": "bereikbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bereikbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bereikbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bereikbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bereikbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bereikbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
            "in": "query",
            "name": "bouwtype",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bouwtype[in]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bouwtype[isempty]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bouwtype[isnull]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bouwtype[like]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bouwtype[not]",
            "schema": {
              "enum": [
                "grondspot",
                "onderbouw",
                "opbouw",
                "overspanning",
                "schijnwerper"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van een lichtmast.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Punt coördinaat van het lichtpunt (epsg:28992)",
            "in": "query",
            "name": "geometry",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometry[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometry[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometry[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van een lichtpunt.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
            "in": "query",
            "name": "mastcode",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "mastcode[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "mastcode[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "mastcode[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "mastcode[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "mastcode[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een lichtpunt.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Lichtpunt ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Mate van bereikbaarheid van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtpunt bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtmast bouwtype",
                      "type": "string"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van een lichtmast.",
                      "nullable": true,
                      "title": "Lichtpunt eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van een lichtpunt.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Lichtpunt ID",
                      "type": "integer"
                    },
                    "mastcode": {
                      "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtpunt categorie code",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een lichtpunt.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Lichtpunt ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Mate van bereikbaarheid van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtpunt bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtmast bouwtype",
                      "type": "string"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van een lichtmast.",
                      "nullable": true,
                      "title": "Lichtpunt eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van een lichtpunt.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Lichtpunt ID",
                      "type": "integer"
                    },
                    "mastcode": {
                      "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtpunt categorie code",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Lichtpunten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een lichtpunt is een object in de openbare ruimte dat kunstmatig licht geeft op basis van een sensor of ingesteld tijdsvenster.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlLichtpunten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlLichtpunten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een lichtpunt.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Lichtpunt ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Mate van bereikbaarheid van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtpunt bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Nadere aanduiding van het type bouwconstructie van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtmast bouwtype",
                      "type": "string"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van een lichtmast.",
                      "nullable": true,
                      "title": "Lichtpunt eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van een lichtpunt.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Lichtpunt ID",
                      "type": "integer"
                    },
                    "mastcode": {
                      "description": "Nadere aanduiding van de categorie van een Lichtpunt.",
                      "nullable": true,
                      "title": "Lichtpunt categorie code",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_lichtpunten"
        ]
      }
    },
    "/amsterdam_ovl_mantelbuizen": {
      "get": {
        "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_mantelbuizen_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
            "in": "query",
            "name": "diameter",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diameter[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "diameter[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "diameter[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "diameter[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van de mantelbuis.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Vlak-coördinaten van de Mantelbuis (epsg:28992)",
            "in": "query",
            "name": "geometry",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use x,y or POINT(x y)",
            "in": "query",
            "name": "geometry[contains]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometry[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometry[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometry[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
            "in": "query",
            "name": "hoofdcategorie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoofdcategorie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "hoofdcategorie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoofdcategorie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "hoofdcategorie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "hoofdcategorie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Unieke identificatie van een mantelbuis.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
            "in": "query",
            "name": "inwinningstype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "inwinningstype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "inwinningstype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "inwinningstype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "inwinningstype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "inwinningstype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Jaar waarin de mantelbuis is aangelegd.",
            "in": "query",
            "name": "jaarVanAanleg",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarVanAanleg[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarVanAanleg[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarVanAanleg[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarVanAanleg[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarVanAanleg[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "klasse",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "klasse[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "klasse[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "klasse[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "klasse[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "klasse[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Lengte van de mantelbuis uitgedrukt in meters.",
            "in": "query",
            "name": "lengte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "lengte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "lengte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "lengte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "lengte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "lengte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "lengte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "lengte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
            "in": "query",
            "name": "materiaal",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "materiaal[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "materiaal[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "materiaal[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "materiaal[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "materiaal[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de nauwkeurigheid van de diepte.",
            "in": "query",
            "name": "nauwkeurigheidDiepte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidDiepte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidDiepte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidDiepte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
            "in": "query",
            "name": "zichtbaar",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "zichtbaar[in]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "zichtbaar[isempty]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "zichtbaar[isnull]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "zichtbaar[like]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "zichtbaar[not]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_mantelbuizen": {
                          "items": {
                            "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een mantelbuis.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Mantelbuis ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "diameter": {
                                "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
                                "nullable": true,
                                "title": "Mantelbuis diameter",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Mantelbuis diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de mantelbuis.",
                                "nullable": true,
                                "title": "Mantelbuis eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "items": {
                                              "description": "Point in 3D space",
                                              "items": {
                                                "type": "number"
                                              },
                                              "maxItems": 3,
                                              "minItems": 2,
                                              "type": "array"
                                            },
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "hoofdcategorie": {
                                "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
                                "nullable": true,
                                "title": "Mantelbuis hoofdcategorie",
                                "type": "string"
                              },
                              "id": {
                                "description": "Unieke identificatie van een mantelbuis.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Mantelbuis ID",
                                "type": "integer"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Jaar waarin de mantelbuis is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Mantelbuis jaar van aanleg",
                                "type": "integer"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "Lengte van de mantelbuis uitgedrukt in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Mantelbuis lengte",
                                "type": "number"
                              },
                              "materiaal": {
                                "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
                                "nullable": true,
                                "title": "Mantelbuis materiaal",
                                "type": "string"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
                                "nullable": true,
                                "title": "Mantelbuis type",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
                                "nullable": true,
                                "title": "Mantelbuis zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_mantelbuizen": {
                          "items": {
                            "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een mantelbuis.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Mantelbuis ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "diameter": {
                                "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
                                "nullable": true,
                                "title": "Mantelbuis diameter",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Mantelbuis diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de mantelbuis.",
                                "nullable": true,
                                "title": "Mantelbuis eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "items": {
                                              "description": "Point in 3D space",
                                              "items": {
                                                "type": "number"
                                              },
                                              "maxItems": 3,
                                              "minItems": 2,
                                              "type": "array"
                                            },
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "hoofdcategorie": {
                                "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
                                "nullable": true,
                                "title": "Mantelbuis hoofdcategorie",
                                "type": "string"
                              },
                              "id": {
                                "description": "Unieke identificatie van een mantelbuis.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Mantelbuis ID",
                                "type": "integer"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Jaar waarin de mantelbuis is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Mantelbuis jaar van aanleg",
                                "type": "integer"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "Lengte van de mantelbuis uitgedrukt in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Mantelbuis lengte",
                                "type": "number"
                              },
                              "materiaal": {
                                "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
                                "nullable": true,
                                "title": "Mantelbuis materiaal",
                                "type": "string"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
                                "nullable": true,
                                "title": "Mantelbuis type",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
                                "nullable": true,
                                "title": "Mantelbuis zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_mantelbuizen": {
                          "items": {
                            "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een mantelbuis.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Mantelbuis ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "diameter": {
                                "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
                                "nullable": true,
                                "title": "Mantelbuis diameter",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Mantelbuis diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de mantelbuis.",
                                "nullable": true,
                                "title": "Mantelbuis eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "items": {
                                              "description": "Point in 3D space",
                                              "items": {
                                                "type": "number"
                                              },
                                              "maxItems": 3,
                                              "minItems": 2,
                                              "type": "array"
                                            },
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "hoofdcategorie": {
                                "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
                                "nullable": true,
                                "title": "Mantelbuis hoofdcategorie",
                                "type": "string"
                              },
                              "id": {
                                "description": "Unieke identificatie van een mantelbuis.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Mantelbuis ID",
                                "type": "integer"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Jaar waarin de mantelbuis is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Mantelbuis jaar van aanleg",
                                "type": "integer"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "Lengte van de mantelbuis uitgedrukt in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Mantelbuis lengte",
                                "type": "number"
                              },
                              "materiaal": {
                                "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
                                "nullable": true,
                                "title": "Mantelbuis materiaal",
                                "type": "string"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
                                "nullable": true,
                                "title": "Mantelbuis type",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
                                "nullable": true,
                                "title": "Mantelbuis zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_mantelbuizen"
        ]
      }
    },
    "/amsterdam_ovl_mantelbuizen/{id}": {
      "get": {
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_mantelbuizen_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
            "in": "query",
            "name": "diameter",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diameter[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "diameter[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "diameter[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "diameter[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van de mantelbuis.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Vlak-coördinaten van de Mantelbuis (epsg:28992)",
            "in": "query",
            "name": "geometry",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use x,y or POINT(x y)",
            "in": "query",
            "name": "geometry[contains]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometry[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometry[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometry[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
            "in": "query",
            "name": "hoofdcategorie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoofdcategorie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "hoofdcategorie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoofdcategorie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "hoofdcategorie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "hoofdcategorie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van een mantelbuis.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
            "in": "query",
            "name": "inwinningstype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "inwinningstype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "inwinningstype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "inwinningstype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "inwinningstype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "inwinningstype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Jaar waarin de mantelbuis is aangelegd.",
            "in": "query",
            "name": "jaarVanAanleg",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarVanAanleg[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarVanAanleg[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarVanAanleg[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarVanAanleg[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarVanAanleg[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "klasse",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "klasse[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "klasse[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "klasse[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "klasse[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "klasse[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Lengte van de mantelbuis uitgedrukt in meters.",
            "in": "query",
            "name": "lengte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "lengte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "lengte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "lengte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "lengte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "lengte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "lengte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "lengte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
            "in": "query",
            "name": "materiaal",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "materiaal[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "materiaal[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "materiaal[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "materiaal[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "materiaal[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de nauwkeurigheid van de diepte.",
            "in": "query",
            "name": "nauwkeurigheidDiepte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidDiepte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidDiepte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidDiepte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
            "in": "query",
            "name": "zichtbaar",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "zichtbaar[in]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "zichtbaar[isempty]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "zichtbaar[isnull]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "zichtbaar[like]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "zichtbaar[not]",
            "schema": {
              "enum": [
                "ja",
                "nee"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een mantelbuis.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Mantelbuis ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "diameter": {
                      "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
                      "nullable": true,
                      "title": "Mantelbuis diameter",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Mantelbuis diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de mantelbuis.",
                      "nullable": true,
                      "title": "Mantelbuis eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "items": {
                                    "description": "Point in 3D space",
                                    "items": {
                                      "type": "number"
                                    },
                                    "maxItems": 3,
                                    "minItems": 2,
                                    "type": "array"
                                  },
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "hoofdcategorie": {
                      "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
                      "nullable": true,
                      "title": "Mantelbuis hoofdcategorie",
                      "type": "string"
                    },
                    "id": {
                      "description": "Unieke identificatie van een mantelbuis.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Mantelbuis ID",
                      "type": "integer"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Jaar waarin de mantelbuis is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Mantelbuis jaar van aanleg",
                      "type": "integer"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "Lengte van de mantelbuis uitgedrukt in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Mantelbuis lengte",
                      "type": "number"
                    },
                    "materiaal": {
                      "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
                      "nullable": true,
                      "title": "Mantelbuis materiaal",
                      "type": "string"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
                      "nullable": true,
                      "title": "Mantelbuis type",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
                      "nullable": true,
                      "title": "Mantelbuis zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een mantelbuis.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Mantelbuis ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "diameter": {
                      "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
                      "nullable": true,
                      "title": "Mantelbuis diameter",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Mantelbuis diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de mantelbuis.",
                      "nullable": true,
                      "title": "Mantelbuis eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "items": {
                                    "description": "Point in 3D space",
                                    "items": {
                                      "type": "number"
                                    },
                                    "maxItems": 3,
                                    "minItems": 2,
                                    "type": "array"
                                  },
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "hoofdcategorie": {
                      "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
                      "nullable": true,
                      "title": "Mantelbuis hoofdcategorie",
                      "type": "string"
                    },
                    "id": {
                      "description": "Unieke identificatie van een mantelbuis.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Mantelbuis ID",
                      "type": "integer"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Jaar waarin de mantelbuis is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Mantelbuis jaar van aanleg",
                      "type": "integer"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "Lengte van de mantelbuis uitgedrukt in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Mantelbuis lengte",
                      "type": "number"
                    },
                    "materiaal": {
                      "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
                      "nullable": true,
                      "title": "Mantelbuis materiaal",
                      "type": "string"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
                      "nullable": true,
                      "title": "Mantelbuis type",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
                      "nullable": true,
                      "title": "Mantelbuis zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Locaties en contextuele informatie ondergrondse mantelbuizen voor de openbare verlichting die door de Gemeente Amsterdam worden beheerd",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlMantelbuizen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlMantelbuizen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een mantelbuis.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Mantelbuis ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "diameter": {
                      "description": "Diameter van de mantelbuis uitgedrukt in millimeters.",
                      "nullable": true,
                      "title": "Mantelbuis diameter",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "Diepte van de mantelbuis in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Mantelbuis diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de mantelbuis.",
                      "nullable": true,
                      "title": "Mantelbuis eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "items": {
                                    "description": "Point in 3D space",
                                    "items": {
                                      "type": "number"
                                    },
                                    "maxItems": 3,
                                    "minItems": 2,
                                    "type": "array"
                                  },
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "hoofdcategorie": {
                      "description": "Nadere aanduiding voor de hoofdcategorie van de mantelbuis.",
                      "nullable": true,
                      "title": "Mantelbuis hoofdcategorie",
                      "type": "string"
                    },
                    "id": {
                      "description": "Unieke identificatie van een mantelbuis.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Mantelbuis ID",
                      "type": "integer"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van inwinning. Dit kan analoog zijn waarbij het is ingetekend vanaf een schets of is ingemeten met een tablet. Of tachymetrisch waarbij dit is opgemeten met een meetstok..",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Jaar waarin de mantelbuis is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Mantelbuis jaar van aanleg",
                      "type": "integer"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "Lengte van de mantelbuis uitgedrukt in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Mantelbuis lengte",
                      "type": "number"
                    },
                    "materiaal": {
                      "description": "Het materiaal waarvan de mantelbuis is gemaakt.",
                      "nullable": true,
                      "title": "Mantelbuis materiaal",
                      "type": "string"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Nadere aanduiding van het type mantelbuis volgens WIBON.",
                      "nullable": true,
                      "title": "Mantelbuis type",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Aanduiding of de mantelbuis zichtbaar is (ja/nee).",
                      "nullable": true,
                      "title": "Mantelbuis zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_mantelbuizen"
        ]
      }
    },
    "/amsterdam_ovl_ondergrondse_kabels": {
      "get": {
        "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_ondergrondse_kabels_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
            "in": "query",
            "name": "bereikbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bereikbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bereikbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bereikbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bereikbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bereikbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
            "in": "query",
            "name": "bouwtype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bouwtype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bouwtype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bouwtype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bouwtype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bouwtype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van de ondergrondse kabel.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De functie van de ondergrondse kabel.",
            "in": "query",
            "name": "functie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "functie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "functie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "functie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "functie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "functie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
            "in": "query",
            "name": "groep",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "groep[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "groep[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "groep[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "groep[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "groep[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De hoofdcategorie van de ondergrondse kabel.",
            "in": "query",
            "name": "hoofdcategorie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoofdcategorie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "hoofdcategorie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoofdcategorie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "hoofdcategorie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "hoofdcategorie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "hoogte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "hoogte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "hoogte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoogte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "hoogte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "hoogte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "hoogte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Unieke identificatie van een ondergrondse kabel.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
            "in": "query",
            "name": "indicatieBovenOnder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "indicatieBovenOnder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "indicatieBovenOnder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "indicatieBovenOnder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De kwaliteit van de inwinning.",
            "in": "query",
            "name": "inwinningstype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "inwinningstype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "inwinningstype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "inwinningstype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "inwinningstype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "inwinningstype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het jaar waarin de kabel is aangelegd.",
            "in": "query",
            "name": "jaarVanAanleg",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarVanAanleg[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarVanAanleg[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarVanAanleg[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarVanAanleg[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarVanAanleg[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "De diameter van de kabel in millimeters.",
            "in": "query",
            "name": "kabeldiameter",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabeldiameter[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabeldiameter[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabeldiameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabeldiameter[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabeldiameter[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Laat zien om wat voor type kabel het gaat.",
            "in": "query",
            "name": "kabeltype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabeltype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabeltype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabeltype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabeltype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabeltype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
            "in": "query",
            "name": "kabelzegel",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabelzegel[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabelzegel[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabelzegel[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabelzegel[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabelzegel[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de kast waarop de kabel is aangesloten.",
            "in": "query",
            "name": "kast",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kast[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kast[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kast[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kast[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kast[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "klasse",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "klasse[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "klasse[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "klasse[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "klasse[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "klasse[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De lengte van de kabel in meters.",
            "in": "query",
            "name": "lengte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "lengte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "lengte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "lengte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "lengte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "lengte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "lengte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "lengte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "De nauwkeurigheid van de diepte.",
            "in": "query",
            "name": "nauwkeurigheidDiepte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidDiepte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidDiepte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidDiepte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
            "in": "query",
            "name": "nauwkeurigheidHoogte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidHoogte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidHoogte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidHoogte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De eindlocatie van de ondergrondse kabel.",
            "in": "query",
            "name": "tot",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "tot[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "tot[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "tot[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "tot[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "tot[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
            "in": "query",
            "name": "typeExtra",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "typeExtra[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "typeExtra[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "typeExtra[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "typeExtra[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "typeExtra[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De startlocatie van de ondergrondse kabel.",
            "in": "query",
            "name": "van",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "van[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "van[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "van[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "van[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "van[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het voltage dat op de kabel staat.",
            "in": "query",
            "name": "voltage",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "voltage[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "voltage[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "voltage[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "voltage[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "voltage[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
            "in": "query",
            "name": "zichtbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "zichtbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "zichtbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "zichtbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "zichtbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "zichtbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_ondergrondse_kabels": {
                          "items": {
                            "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een ondergrondse kabel.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Ondergrondse kabel ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
                                "nullable": true,
                                "title": "Kabel bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                                "nullable": true,
                                "title": "Kabel bouwtype",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel eigenaar",
                                "type": "string"
                              },
                              "functie": {
                                "description": "De functie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel functie",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiLineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "groep": {
                                "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                                "nullable": true,
                                "title": "Groepsnummer",
                                "type": "string"
                              },
                              "hoofdcategorie": {
                                "description": "De hoofdcategorie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een ondergrondse kabel.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Ondergrondse kabel ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van de inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit van inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Het jaar waarin de kabel is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Kabel aanleg jaar",
                                "type": "integer"
                              },
                              "kabeldiameter": {
                                "description": "De diameter van de kabel in millimeters.",
                                "nullable": true,
                                "title": "Kabel diameter",
                                "type": "string"
                              },
                              "kabeltype": {
                                "description": "Laat zien om wat voor type kabel het gaat.",
                                "nullable": true,
                                "title": "Ondergrondse kabeltype",
                                "type": "string"
                              },
                              "kabelzegel": {
                                "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
                                "nullable": true,
                                "title": "Kabel zegel type",
                                "type": "string"
                              },
                              "kast": {
                                "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                                "nullable": true,
                                "title": "Kastnummer",
                                "type": "string"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "De lengte van de kabel in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel lengte",
                                "type": "number"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "De nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                                "nullable": true,
                                "title": "Hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "tot": {
                                "description": "De eindlocatie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel eindlocatie",
                                "type": "string"
                              },
                              "type": {
                                "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON type",
                                "type": "string"
                              },
                              "typeExtra": {
                                "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                                "nullable": true,
                                "title": "Extra type",
                                "type": "string"
                              },
                              "van": {
                                "description": "De startlocatie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel startlocatie",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het voltage dat op de kabel staat.",
                                "nullable": true,
                                "title": "Kabel voltage",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Kabel zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_ondergrondse_kabels": {
                          "items": {
                            "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een ondergrondse kabel.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Ondergrondse kabel ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
                                "nullable": true,
                                "title": "Kabel bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                                "nullable": true,
                                "title": "Kabel bouwtype",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel eigenaar",
                                "type": "string"
                              },
                              "functie": {
                                "description": "De functie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel functie",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiLineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "groep": {
                                "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                                "nullable": true,
                                "title": "Groepsnummer",
                                "type": "string"
                              },
                              "hoofdcategorie": {
                                "description": "De hoofdcategorie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een ondergrondse kabel.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Ondergrondse kabel ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van de inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit van inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Het jaar waarin de kabel is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Kabel aanleg jaar",
                                "type": "integer"
                              },
                              "kabeldiameter": {
                                "description": "De diameter van de kabel in millimeters.",
                                "nullable": true,
                                "title": "Kabel diameter",
                                "type": "string"
                              },
                              "kabeltype": {
                                "description": "Laat zien om wat voor type kabel het gaat.",
                                "nullable": true,
                                "title": "Ondergrondse kabeltype",
                                "type": "string"
                              },
                              "kabelzegel": {
                                "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
                                "nullable": true,
                                "title": "Kabel zegel type",
                                "type": "string"
                              },
                              "kast": {
                                "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                                "nullable": true,
                                "title": "Kastnummer",
                                "type": "string"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "De lengte van de kabel in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel lengte",
                                "type": "number"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "De nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                                "nullable": true,
                                "title": "Hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "tot": {
                                "description": "De eindlocatie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel eindlocatie",
                                "type": "string"
                              },
                              "type": {
                                "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON type",
                                "type": "string"
                              },
                              "typeExtra": {
                                "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                                "nullable": true,
                                "title": "Extra type",
                                "type": "string"
                              },
                              "van": {
                                "description": "De startlocatie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel startlocatie",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het voltage dat op de kabel staat.",
                                "nullable": true,
                                "title": "Kabel voltage",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Kabel zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_ondergrondse_kabels": {
                          "items": {
                            "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een ondergrondse kabel.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Ondergrondse kabel ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bereikbaar": {
                                "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
                                "nullable": true,
                                "title": "Kabel bereikbaarheid",
                                "type": "string"
                              },
                              "bouwtype": {
                                "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                                "nullable": true,
                                "title": "Kabel bouwtype",
                                "type": "string"
                              },
                              "diepte": {
                                "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel eigenaar",
                                "type": "string"
                              },
                              "functie": {
                                "description": "De functie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel functie",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "MultiLineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "groep": {
                                "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                                "nullable": true,
                                "title": "Groepsnummer",
                                "type": "string"
                              },
                              "hoofdcategorie": {
                                "description": "De hoofdcategorie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een ondergrondse kabel.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Ondergrondse kabel ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "De kwaliteit van de inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit van inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Het jaar waarin de kabel is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Kabel aanleg jaar",
                                "type": "integer"
                              },
                              "kabeldiameter": {
                                "description": "De diameter van de kabel in millimeters.",
                                "nullable": true,
                                "title": "Kabel diameter",
                                "type": "string"
                              },
                              "kabeltype": {
                                "description": "Laat zien om wat voor type kabel het gaat.",
                                "nullable": true,
                                "title": "Ondergrondse kabeltype",
                                "type": "string"
                              },
                              "kabelzegel": {
                                "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
                                "nullable": true,
                                "title": "Kabel zegel type",
                                "type": "string"
                              },
                              "kast": {
                                "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                                "nullable": true,
                                "title": "Kastnummer",
                                "type": "string"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "lengte": {
                                "description": "De lengte van de kabel in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Kabel lengte",
                                "type": "number"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "De nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                                "nullable": true,
                                "title": "Hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "tot": {
                                "description": "De eindlocatie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel eindlocatie",
                                "type": "string"
                              },
                              "type": {
                                "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON type",
                                "type": "string"
                              },
                              "typeExtra": {
                                "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                                "nullable": true,
                                "title": "Extra type",
                                "type": "string"
                              },
                              "van": {
                                "description": "De startlocatie van de ondergrondse kabel.",
                                "nullable": true,
                                "title": "Ondergrondse kabel startlocatie",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het voltage dat op de kabel staat.",
                                "nullable": true,
                                "title": "Kabel voltage",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Kabel zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_ondergrondse_kabels"
        ]
      }
    },
    "/amsterdam_ovl_ondergrondse_kabels/{id}": {
      "get": {
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_ondergrondse_kabels_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
            "in": "query",
            "name": "bereikbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bereikbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bereikbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bereikbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bereikbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bereikbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
            "in": "query",
            "name": "bouwtype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bouwtype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bouwtype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bouwtype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bouwtype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bouwtype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van de ondergrondse kabel.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De functie van de ondergrondse kabel.",
            "in": "query",
            "name": "functie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "functie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "functie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "functie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "functie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "functie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
            "in": "query",
            "name": "groep",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "groep[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "groep[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "groep[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "groep[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "groep[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De hoofdcategorie van de ondergrondse kabel.",
            "in": "query",
            "name": "hoofdcategorie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoofdcategorie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "hoofdcategorie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoofdcategorie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "hoofdcategorie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "hoofdcategorie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "hoogte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "hoogte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "hoogte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoogte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "hoogte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "hoogte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "hoogte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van een ondergrondse kabel.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
            "in": "query",
            "name": "indicatieBovenOnder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "indicatieBovenOnder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "indicatieBovenOnder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "indicatieBovenOnder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De kwaliteit van de inwinning.",
            "in": "query",
            "name": "inwinningstype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "inwinningstype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "inwinningstype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "inwinningstype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "inwinningstype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "inwinningstype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het jaar waarin de kabel is aangelegd.",
            "in": "query",
            "name": "jaarVanAanleg",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarVanAanleg[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarVanAanleg[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarVanAanleg[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarVanAanleg[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarVanAanleg[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "De diameter van de kabel in millimeters.",
            "in": "query",
            "name": "kabeldiameter",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabeldiameter[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabeldiameter[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabeldiameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabeldiameter[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabeldiameter[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Laat zien om wat voor type kabel het gaat.",
            "in": "query",
            "name": "kabeltype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabeltype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabeltype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabeltype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabeltype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabeltype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
            "in": "query",
            "name": "kabelzegel",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kabelzegel[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kabelzegel[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kabelzegel[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kabelzegel[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kabelzegel[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de kast waarop de kabel is aangesloten.",
            "in": "query",
            "name": "kast",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "kast[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "kast[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "kast[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "kast[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "kast[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "klasse",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "klasse[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "klasse[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "klasse[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "klasse[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "klasse[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De lengte van de kabel in meters.",
            "in": "query",
            "name": "lengte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "lengte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "lengte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "lengte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "lengte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "lengte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "lengte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "lengte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "De nauwkeurigheid van de diepte.",
            "in": "query",
            "name": "nauwkeurigheidDiepte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidDiepte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidDiepte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidDiepte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
            "in": "query",
            "name": "nauwkeurigheidHoogte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidHoogte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidHoogte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidHoogte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De eindlocatie van de ondergrondse kabel.",
            "in": "query",
            "name": "tot",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "tot[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "tot[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "tot[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "tot[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "tot[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
            "in": "query",
            "name": "typeExtra",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "typeExtra[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "typeExtra[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "typeExtra[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "typeExtra[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "typeExtra[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De startlocatie van de ondergrondse kabel.",
            "in": "query",
            "name": "van",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "van[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "van[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "van[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "van[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "van[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het voltage dat op de kabel staat.",
            "in": "query",
            "name": "voltage",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "voltage[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "voltage[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "voltage[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "voltage[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "voltage[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
            "in": "query",
            "name": "zichtbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "zichtbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "zichtbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "zichtbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "zichtbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "zichtbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een ondergrondse kabel.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Ondergrondse kabel ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
                      "nullable": true,
                      "title": "Kabel bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                      "nullable": true,
                      "title": "Kabel bouwtype",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel eigenaar",
                      "type": "string"
                    },
                    "functie": {
                      "description": "De functie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel functie",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiLineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "groep": {
                      "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                      "nullable": true,
                      "title": "Groepsnummer",
                      "type": "string"
                    },
                    "hoofdcategorie": {
                      "description": "De hoofdcategorie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een ondergrondse kabel.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Ondergrondse kabel ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van de inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit van inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Het jaar waarin de kabel is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Kabel aanleg jaar",
                      "type": "integer"
                    },
                    "kabeldiameter": {
                      "description": "De diameter van de kabel in millimeters.",
                      "nullable": true,
                      "title": "Kabel diameter",
                      "type": "string"
                    },
                    "kabeltype": {
                      "description": "Laat zien om wat voor type kabel het gaat.",
                      "nullable": true,
                      "title": "Ondergrondse kabeltype",
                      "type": "string"
                    },
                    "kabelzegel": {
                      "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
                      "nullable": true,
                      "title": "Kabel zegel type",
                      "type": "string"
                    },
                    "kast": {
                      "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                      "nullable": true,
                      "title": "Kastnummer",
                      "type": "string"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "De lengte van de kabel in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel lengte",
                      "type": "number"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "De nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                      "nullable": true,
                      "title": "Hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "tot": {
                      "description": "De eindlocatie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel eindlocatie",
                      "type": "string"
                    },
                    "type": {
                      "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON type",
                      "type": "string"
                    },
                    "typeExtra": {
                      "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                      "nullable": true,
                      "title": "Extra type",
                      "type": "string"
                    },
                    "van": {
                      "description": "De startlocatie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel startlocatie",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het voltage dat op de kabel staat.",
                      "nullable": true,
                      "title": "Kabel voltage",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Kabel zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een ondergrondse kabel.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Ondergrondse kabel ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
                      "nullable": true,
                      "title": "Kabel bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                      "nullable": true,
                      "title": "Kabel bouwtype",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel eigenaar",
                      "type": "string"
                    },
                    "functie": {
                      "description": "De functie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel functie",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiLineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "groep": {
                      "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                      "nullable": true,
                      "title": "Groepsnummer",
                      "type": "string"
                    },
                    "hoofdcategorie": {
                      "description": "De hoofdcategorie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een ondergrondse kabel.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Ondergrondse kabel ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van de inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit van inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Het jaar waarin de kabel is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Kabel aanleg jaar",
                      "type": "integer"
                    },
                    "kabeldiameter": {
                      "description": "De diameter van de kabel in millimeters.",
                      "nullable": true,
                      "title": "Kabel diameter",
                      "type": "string"
                    },
                    "kabeltype": {
                      "description": "Laat zien om wat voor type kabel het gaat.",
                      "nullable": true,
                      "title": "Ondergrondse kabeltype",
                      "type": "string"
                    },
                    "kabelzegel": {
                      "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
                      "nullable": true,
                      "title": "Kabel zegel type",
                      "type": "string"
                    },
                    "kast": {
                      "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                      "nullable": true,
                      "title": "Kastnummer",
                      "type": "string"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "De lengte van de kabel in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel lengte",
                      "type": "number"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "De nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                      "nullable": true,
                      "title": "Hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "tot": {
                      "description": "De eindlocatie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel eindlocatie",
                      "type": "string"
                    },
                    "type": {
                      "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON type",
                      "type": "string"
                    },
                    "typeExtra": {
                      "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                      "nullable": true,
                      "title": "Extra type",
                      "type": "string"
                    },
                    "van": {
                      "description": "De startlocatie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel startlocatie",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het voltage dat op de kabel staat.",
                      "nullable": true,
                      "title": "Kabel voltage",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Kabel zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Ondergrondse kabels openbare verlichting die door de Gemeente Amsterdam worden beheerd.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlOndergrondseKabels._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlOndergrondseKabels.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een ondergrondse kabel.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Ondergrondse kabel ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bereikbaar": {
                      "description": "Dit veld is bedoeld om aan te geven of een kabel onder het asfalt ligt of moeilijk bereikbaar is. Tevens wordt het veld gebruikt voor eventueel andere opmerkingen.",
                      "nullable": true,
                      "title": "Kabel bereikbaarheid",
                      "type": "string"
                    },
                    "bouwtype": {
                      "description": "Het bouwtype van de kabel. Dit kan overspanning, onderbouw of opbouw zijn.",
                      "nullable": true,
                      "title": "Kabel bouwtype",
                      "type": "string"
                    },
                    "diepte": {
                      "description": "De diepte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel eigenaar",
                      "type": "string"
                    },
                    "functie": {
                      "description": "De functie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel functie",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "MultiLineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "groep": {
                      "description": "Het nummer van de groep binnen de kast waar de kabel op is aangesloten.",
                      "nullable": true,
                      "title": "Groepsnummer",
                      "type": "string"
                    },
                    "hoofdcategorie": {
                      "description": "De hoofdcategorie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "De hoogte van de kabel in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een ondergrondse kabel.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Ondergrondse kabel ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie die aangeeft of de kabel bovengronds of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "De kwaliteit van de inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit van inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Het jaar waarin de kabel is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Kabel aanleg jaar",
                      "type": "integer"
                    },
                    "kabeldiameter": {
                      "description": "De diameter van de kabel in millimeters.",
                      "nullable": true,
                      "title": "Kabel diameter",
                      "type": "string"
                    },
                    "kabeltype": {
                      "description": "Laat zien om wat voor type kabel het gaat.",
                      "nullable": true,
                      "title": "Ondergrondse kabeltype",
                      "type": "string"
                    },
                    "kabelzegel": {
                      "description": "Een zegel met de kabelbenaming, aangebracht op elke 2 meter van de kabel.",
                      "nullable": true,
                      "title": "Kabel zegel type",
                      "type": "string"
                    },
                    "kast": {
                      "description": "Het nummer van de kast waarop de kabel is aangesloten.",
                      "nullable": true,
                      "title": "Kastnummer",
                      "type": "string"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "lengte": {
                      "description": "De lengte van de kabel in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Kabel lengte",
                      "type": "number"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "De nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                      "nullable": true,
                      "title": "Hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "tot": {
                      "description": "De eindlocatie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel eindlocatie",
                      "type": "string"
                    },
                    "type": {
                      "description": "Type volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON type",
                      "type": "string"
                    },
                    "typeExtra": {
                      "description": "Keuze 'AC' (wisselstroom) of 'DC' (gelijkstroom).",
                      "nullable": true,
                      "title": "Extra type",
                      "type": "string"
                    },
                    "van": {
                      "description": "De startlocatie van de ondergrondse kabel.",
                      "nullable": true,
                      "title": "Ondergrondse kabel startlocatie",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het voltage dat op de kabel staat.",
                      "nullable": true,
                      "title": "Kabel voltage",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Indicatie die aangeeft of de kabel zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Kabel zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_ondergrondse_kabels"
        ]
      }
    },
    "/amsterdam_ovl_punten": {
      "get": {
        "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_punten_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van een leidingpunt.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Puntcoördinaten van het leidingpunt (EPSG:28992)",
            "in": "query",
            "name": "geometry",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometry[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometry[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometry[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
            "in": "query",
            "name": "hoofdcategorie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoofdcategorie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "hoofdcategorie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoofdcategorie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "hoofdcategorie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "hoofdcategorie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "hoogte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "hoogte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "hoogte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoogte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "hoogte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "hoogte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "hoogte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Unieke identificatie van een leidingpunt.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie of de leiding boven- of ondergronds is.",
            "in": "query",
            "name": "indicatieBovenOnder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "indicatieBovenOnder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "indicatieBovenOnder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "indicatieBovenOnder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Kwaliteit van inwinning.",
            "in": "query",
            "name": "inwinningstype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "inwinningstype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "inwinningstype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "inwinningstype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "inwinningstype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "inwinningstype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Jaar waarin een Leidingpunt is aangelegd.",
            "in": "query",
            "name": "jaarVanAanleg",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarVanAanleg[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarVanAanleg[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarVanAanleg[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarVanAanleg[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarVanAanleg[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "klasse",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "klasse[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "klasse[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "klasse[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "klasse[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "klasse[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de nauwkeurigheid van de diepte.",
            "in": "query",
            "name": "nauwkeurigheidDiepte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidDiepte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidDiepte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidDiepte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
            "in": "query",
            "name": "nauwkeurigheidHoogte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidHoogte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidHoogte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidHoogte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
            "in": "query",
            "name": "type",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
            "in": "query",
            "name": "zichtbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "zichtbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "zichtbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "zichtbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "zichtbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "zichtbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_punten": {
                          "items": {
                            "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlPunten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een leidingpunt.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Leidingpunt ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "diepte": {
                                "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Leiding diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van een leidingpunt.",
                                "nullable": true,
                                "title": "Leidingpunt eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "hoofdcategorie": {
                                "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
                                "nullable": true,
                                "title": "Leidingpunt hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Leidingpunt hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een leidingpunt.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Leidingpunt ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie of de leiding boven- of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "Kwaliteit van inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Jaar waarin een Leidingpunt is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leidingpunt jaar van aanleg",
                                "type": "integer"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                                "nullable": true,
                                "title": "Hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
                                "nullable": true,
                                "title": "Leidingpunt type",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Leidingpunt zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_punten": {
                          "items": {
                            "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlPunten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een leidingpunt.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Leidingpunt ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "diepte": {
                                "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Leiding diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van een leidingpunt.",
                                "nullable": true,
                                "title": "Leidingpunt eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "hoofdcategorie": {
                                "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
                                "nullable": true,
                                "title": "Leidingpunt hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Leidingpunt hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een leidingpunt.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Leidingpunt ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie of de leiding boven- of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "Kwaliteit van inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Jaar waarin een Leidingpunt is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leidingpunt jaar van aanleg",
                                "type": "integer"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                                "nullable": true,
                                "title": "Hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
                                "nullable": true,
                                "title": "Leidingpunt type",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Leidingpunt zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "amsterdam_ovl_punten": {
                          "items": {
                            "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to amsterdamOvlPunten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van een leidingpunt.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Leidingpunt ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "diepte": {
                                "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Leiding diepte",
                                "type": "number"
                              },
                              "eigenaar": {
                                "description": "Naam van de eigenaar van een leidingpunt.",
                                "nullable": true,
                                "title": "Leidingpunt eigenaar",
                                "type": "string"
                              },
                              "geometry": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "hoofdcategorie": {
                                "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
                                "nullable": true,
                                "title": "Leidingpunt hoofdcategorie",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
                                "format": "double",
                                "nullable": true,
                                "title": "Leidingpunt hoogte",
                                "type": "number"
                              },
                              "id": {
                                "description": "Unieke identificatie van een leidingpunt.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Leidingpunt ID",
                                "type": "integer"
                              },
                              "indicatieBovenOnder": {
                                "description": "Indicatie of de leiding boven- of ondergronds is.",
                                "nullable": true,
                                "title": "Bovengronds/ondergronds indicatie",
                                "type": "string"
                              },
                              "inwinningstype": {
                                "description": "Kwaliteit van inwinning.",
                                "nullable": true,
                                "title": "Kwaliteit inwinning",
                                "type": "string"
                              },
                              "jaarVanAanleg": {
                                "description": "Jaar waarin een Leidingpunt is aangelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leidingpunt jaar van aanleg",
                                "type": "integer"
                              },
                              "klasse": {
                                "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON klasse",
                                "type": "string"
                              },
                              "nauwkeurigheidDiepte": {
                                "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                                "nullable": true,
                                "title": "Diepte nauwkeurigheid",
                                "type": "string"
                              },
                              "nauwkeurigheidHoogte": {
                                "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                                "nullable": true,
                                "title": "Hoogte nauwkeurigheid",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                                "nullable": true,
                                "title": "WIBON thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
                                "nullable": true,
                                "title": "Leidingpunt type",
                                "type": "string"
                              },
                              "zichtbaar": {
                                "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
                                "nullable": true,
                                "title": "Leidingpunt zichtbaarheid indicatie",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_punten"
        ]
      }
    },
    "/amsterdam_ovl_punten/{id}": {
      "get": {
        "operationId": "leidingeninfrastructuur_amsterdam_ovl_punten_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de eigenaar van een leidingpunt.",
            "in": "query",
            "name": "eigenaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "eigenaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "eigenaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "eigenaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "eigenaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "eigenaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Puntcoördinaten van het leidingpunt (EPSG:28992)",
            "in": "query",
            "name": "geometry",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometry[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometry[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometry[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
            "in": "query",
            "name": "hoofdcategorie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoofdcategorie[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "hoofdcategorie[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoofdcategorie[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "hoofdcategorie[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "hoofdcategorie[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
            "in": "query",
            "name": "hoogte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "hoogte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "hoogte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoogte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "hoogte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "hoogte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "hoogte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van een leidingpunt.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Indicatie of de leiding boven- of ondergronds is.",
            "in": "query",
            "name": "indicatieBovenOnder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "indicatieBovenOnder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "indicatieBovenOnder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "indicatieBovenOnder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "indicatieBovenOnder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Kwaliteit van inwinning.",
            "in": "query",
            "name": "inwinningstype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "inwinningstype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "inwinningstype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "inwinningstype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "inwinningstype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "inwinningstype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Jaar waarin een Leidingpunt is aangelegd.",
            "in": "query",
            "name": "jaarVanAanleg",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarVanAanleg[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarVanAanleg[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarVanAanleg[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarVanAanleg[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarVanAanleg[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarVanAanleg[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "klasse",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "klasse[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "klasse[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "klasse[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "klasse[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "klasse[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de nauwkeurigheid van de diepte.",
            "in": "query",
            "name": "nauwkeurigheidDiepte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidDiepte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidDiepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidDiepte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidDiepte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
            "in": "query",
            "name": "nauwkeurigheidHoogte",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nauwkeurigheidHoogte[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nauwkeurigheidHoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nauwkeurigheidHoogte[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nauwkeurigheidHoogte[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
            "in": "query",
            "name": "type",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "enum": [
                "Mof",
                "Hoofdmof",
                "Aardingspunt",
                "Opstijgpunt",
                "Eindmof",
                "Onbekend"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
            "in": "query",
            "name": "zichtbaar",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "zichtbaar[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "zichtbaar[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "zichtbaar[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "zichtbaar[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "zichtbaar[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlPunten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een leidingpunt.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Leidingpunt ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "diepte": {
                      "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Leiding diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van een leidingpunt.",
                      "nullable": true,
                      "title": "Leidingpunt eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "hoofdcategorie": {
                      "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
                      "nullable": true,
                      "title": "Leidingpunt hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Leidingpunt hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een leidingpunt.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Leidingpunt ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie of de leiding boven- of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "Kwaliteit van inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Jaar waarin een Leidingpunt is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leidingpunt jaar van aanleg",
                      "type": "integer"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                      "nullable": true,
                      "title": "Hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
                      "nullable": true,
                      "title": "Leidingpunt type",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Leidingpunt zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlPunten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een leidingpunt.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Leidingpunt ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "diepte": {
                      "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Leiding diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van een leidingpunt.",
                      "nullable": true,
                      "title": "Leidingpunt eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "hoofdcategorie": {
                      "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
                      "nullable": true,
                      "title": "Leidingpunt hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Leidingpunt hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een leidingpunt.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Leidingpunt ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie of de leiding boven- of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "Kwaliteit van inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Jaar waarin een Leidingpunt is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leidingpunt jaar van aanleg",
                      "type": "integer"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                      "nullable": true,
                      "title": "Hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
                      "nullable": true,
                      "title": "Leidingpunt type",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Leidingpunt zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Punten openbare verlichting die door de Gemeente Amsterdam worden beheerd. Een Punt is een verbinding tussen 2 of meerdere kabels, eindpunt van een kabel, aardingspunt of opstijgpunt.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `amsterdamOvlPunten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to amsterdamOvlPunten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van een leidingpunt.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Leidingpunt ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "diepte": {
                      "description": "Diepte van een leidingpunt in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Leiding diepte",
                      "type": "number"
                    },
                    "eigenaar": {
                      "description": "Naam van de eigenaar van een leidingpunt.",
                      "nullable": true,
                      "title": "Leidingpunt eigenaar",
                      "type": "string"
                    },
                    "geometry": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "hoofdcategorie": {
                      "description": "Hoofdcategorie van het leidingpunt. Openbare verlichting (OVL) of Lichtkunst Stadsilluminatie Decoratief (LSD).",
                      "nullable": true,
                      "title": "Leidingpunt hoofdcategorie",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "Hoogte van het leidingpunt in centimeters ten opzichte van het maaiveld.",
                      "format": "double",
                      "nullable": true,
                      "title": "Leidingpunt hoogte",
                      "type": "number"
                    },
                    "id": {
                      "description": "Unieke identificatie van een leidingpunt.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Leidingpunt ID",
                      "type": "integer"
                    },
                    "indicatieBovenOnder": {
                      "description": "Indicatie of de leiding boven- of ondergronds is.",
                      "nullable": true,
                      "title": "Bovengronds/ondergronds indicatie",
                      "type": "string"
                    },
                    "inwinningstype": {
                      "description": "Kwaliteit van inwinning.",
                      "nullable": true,
                      "title": "Kwaliteit inwinning",
                      "type": "string"
                    },
                    "jaarVanAanleg": {
                      "description": "Jaar waarin een Leidingpunt is aangelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leidingpunt jaar van aanleg",
                      "type": "integer"
                    },
                    "klasse": {
                      "description": "Klasse volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON klasse",
                      "type": "string"
                    },
                    "nauwkeurigheidDiepte": {
                      "description": "Omschrijving van de nauwkeurigheid van de diepte.",
                      "nullable": true,
                      "title": "Diepte nauwkeurigheid",
                      "type": "string"
                    },
                    "nauwkeurigheidHoogte": {
                      "description": "Omschrijving van de nauwkeurigheid van de hoogte.",
                      "nullable": true,
                      "title": "Hoogte nauwkeurigheid",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema volgens de Wet informatie-uitwisseling bovengrondse en ondergrondse netten en netwerken (WIBON) richtlijnen.",
                      "nullable": true,
                      "title": "WIBON thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Nadere aanduiding van het type leidingpunt volgens WIBON.",
                      "nullable": true,
                      "title": "Leidingpunt type",
                      "type": "string"
                    },
                    "zichtbaar": {
                      "description": "Aanduiding die aangeeft of het leidingpunt zichtbaar is (Ja/Nee).",
                      "nullable": true,
                      "title": "Leidingpunt zichtbaarheid indicatie",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "amsterdam_ovl_punten"
        ]
      }
    },
    "/klic_eisvoorzorgsmaatregelen": {
      "get": {
        "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
        "operationId": "leidingeninfrastructuur_klic_eisvoorzorgsmaatregelen_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Naam van geclusturde plannen.",
            "in": "query",
            "name": "beheerder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "beheerder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "beheerder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "beheerder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "beheerder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "beheerder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Broncode van de beheerder.",
            "in": "query",
            "name": "broncode",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "broncode[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "broncode[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "broncode[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "broncode[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "broncode[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De naam van het eisvoorzorgnetwerk.",
            "in": "query",
            "name": "evNet",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "evNet[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "evNet[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "evNet[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "evNet[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "evNet[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Geometrie in RD (epsg:28992).",
            "in": "query",
            "name": "geometrie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use x,y or POINT(x y)",
            "in": "query",
            "name": "geometrie[contains]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometrie[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometrie[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometrie[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van het object.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
            "in": "query",
            "name": "infotype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "infotype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "infotype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "infotype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "infotype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "infotype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "in": "query",
            "name": "laagnaam1",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam1[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam1[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam1[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam1[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam1[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "in": "query",
            "name": "laagnaam2",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam2[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam2[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam2[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam2[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam2[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "in": "query",
            "name": "laagnaam3",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam3[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam3[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam3[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam3[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam3[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "in": "query",
            "name": "laagnaam4",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam4[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam4[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam4[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam4[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam4[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "in": "query",
            "name": "laagnaam5",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam5[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam5[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam5[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam5[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam5[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "in": "query",
            "name": "nlcsCodering",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nlcsCodering[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nlcsCodering[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nlcsCodering[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nlcsCodering[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nlcsCodering[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "in": "query",
            "name": "opvraagdatum",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "opvraagdatum[in]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "opvraagdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Less than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[not]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
            "in": "query",
            "name": "pdf",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "pdf[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "pdf[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "pdf[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "pdf[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "pdf[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "in": "query",
            "name": "rgbHexNlcs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexNlcs[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexNlcs[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexNlcs[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexNlcs[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexNlcs[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "in": "query",
            "name": "rgbHexPmkl",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexPmkl[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexPmkl[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexPmkl[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexPmkl[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexPmkl[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_eisvoorzorgsmaatregelen": {
                          "items": {
                            "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Klic object ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Naam van geclusturde plannen.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "evNet": {
                                "description": "De naam van het eisvoorzorgnetwerk.",
                                "nullable": true,
                                "title": "Eisvoorzorgsnetwerk naam",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Polygon"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Klic object ID",
                                "type": "integer"
                              },
                              "infotype": {
                                "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
                                "nullable": true,
                                "title": "Infotype pdf",
                                "type": "string"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "pdf": {
                                "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
                                "nullable": true,
                                "title": "URL PFD bestand",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_eisvoorzorgsmaatregelen": {
                          "items": {
                            "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Klic object ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Naam van geclusturde plannen.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "evNet": {
                                "description": "De naam van het eisvoorzorgnetwerk.",
                                "nullable": true,
                                "title": "Eisvoorzorgsnetwerk naam",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Polygon"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Klic object ID",
                                "type": "integer"
                              },
                              "infotype": {
                                "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
                                "nullable": true,
                                "title": "Infotype pdf",
                                "type": "string"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "pdf": {
                                "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
                                "nullable": true,
                                "title": "URL PFD bestand",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_eisvoorzorgsmaatregelen": {
                          "items": {
                            "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Klic object ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Naam van geclusturde plannen.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactvoorzorgsmaatregelContactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "evNet": {
                                "description": "De naam van het eisvoorzorgnetwerk.",
                                "nullable": true,
                                "title": "Eisvoorzorgsnetwerk naam",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "items": {
                                            "description": "Point in 3D space",
                                            "items": {
                                              "type": "number"
                                            },
                                            "maxItems": 3,
                                            "minItems": 2,
                                            "type": "array"
                                          },
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Polygon"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Klic object ID",
                                "type": "integer"
                              },
                              "infotype": {
                                "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
                                "nullable": true,
                                "title": "Infotype pdf",
                                "type": "string"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "pdf": {
                                "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
                                "nullable": true,
                                "title": "URL PFD bestand",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "klic_eisvoorzorgsmaatregelen"
        ]
      }
    },
    "/klic_eisvoorzorgsmaatregelen/{id}": {
      "get": {
        "operationId": "leidingeninfrastructuur_klic_eisvoorzorgsmaatregelen_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Naam van geclusturde plannen.",
            "in": "query",
            "name": "beheerder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "beheerder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "beheerder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "beheerder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "beheerder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "beheerder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Broncode van de beheerder.",
            "in": "query",
            "name": "broncode",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "broncode[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "broncode[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "broncode[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "broncode[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "broncode[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactEmail[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactNaam[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactvoorzorgsmaatregelContactTelefoon[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De naam van het eisvoorzorgnetwerk.",
            "in": "query",
            "name": "evNet",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "evNet[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "evNet[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "evNet[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "evNet[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "evNet[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Geometrie in RD (epsg:28992).",
            "in": "query",
            "name": "geometrie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use x,y or POINT(x y)",
            "in": "query",
            "name": "geometrie[contains]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometrie[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometrie[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometrie[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van het object.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
            "in": "query",
            "name": "infotype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "infotype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "infotype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "infotype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "infotype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "infotype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "in": "query",
            "name": "laagnaam1",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam1[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam1[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam1[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam1[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam1[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "in": "query",
            "name": "laagnaam2",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam2[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam2[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam2[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam2[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam2[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "in": "query",
            "name": "laagnaam3",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam3[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam3[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam3[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam3[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam3[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "in": "query",
            "name": "laagnaam4",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam4[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam4[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam4[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam4[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam4[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "in": "query",
            "name": "laagnaam5",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam5[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam5[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam5[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam5[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam5[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "in": "query",
            "name": "nlcsCodering",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nlcsCodering[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nlcsCodering[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nlcsCodering[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nlcsCodering[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nlcsCodering[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "in": "query",
            "name": "opvraagdatum",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "opvraagdatum[in]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "opvraagdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Less than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[not]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
            "in": "query",
            "name": "pdf",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "pdf[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "pdf[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "pdf[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "pdf[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "pdf[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "in": "query",
            "name": "rgbHexNlcs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexNlcs[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexNlcs[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexNlcs[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexNlcs[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexNlcs[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "in": "query",
            "name": "rgbHexPmkl",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexPmkl[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexPmkl[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexPmkl[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexPmkl[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexPmkl[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Klic object ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Naam van geclusturde plannen.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "evNet": {
                      "description": "De naam van het eisvoorzorgnetwerk.",
                      "nullable": true,
                      "title": "Eisvoorzorgsnetwerk naam",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Polygon"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Klic object ID",
                      "type": "integer"
                    },
                    "infotype": {
                      "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
                      "nullable": true,
                      "title": "Infotype pdf",
                      "type": "string"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "pdf": {
                      "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
                      "nullable": true,
                      "title": "URL PFD bestand",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Klic object ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Naam van geclusturde plannen.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "evNet": {
                      "description": "De naam van het eisvoorzorgnetwerk.",
                      "nullable": true,
                      "title": "Eisvoorzorgsnetwerk naam",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Polygon"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Klic object ID",
                      "type": "integer"
                    },
                    "infotype": {
                      "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
                      "nullable": true,
                      "title": "Infotype pdf",
                      "type": "string"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "pdf": {
                      "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
                      "nullable": true,
                      "title": "URL PFD bestand",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Overzicht vlakken infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicEisvoorzorgsmaatregelen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicEisvoorzorgsmaatregelen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Klic object ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Naam van geclusturde plannen.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactvoorzorgsmaatregelContactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "evNet": {
                      "description": "De naam van het eisvoorzorgnetwerk.",
                      "nullable": true,
                      "title": "Eisvoorzorgsnetwerk naam",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "items": {
                                  "description": "Point in 3D space",
                                  "items": {
                                    "type": "number"
                                  },
                                  "maxItems": 3,
                                  "minItems": 2,
                                  "type": "array"
                                },
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Polygon"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Klic object ID",
                      "type": "integer"
                    },
                    "infotype": {
                      "description": "Infotype van de meegeleverde pdf. Dit type kan bestaan uit een profielschets, aansluiting, overig (bestand bevat hier een algemene brief of schets) of is leeg wanneer het bestand een eisvoorzorgsmaatregel betreft.",
                      "nullable": true,
                      "title": "Infotype pdf",
                      "type": "string"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "pdf": {
                      "description": "URL verwijzing naar het meegeleverde PDF bestand dat gekoppeld is aan de geometrie.",
                      "nullable": true,
                      "title": "URL PFD bestand",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar eisvoorzorgsmaatregel toe behoort.",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "klic_eisvoorzorgsmaatregelen"
        ]
      }
    },
    "/klic_kabels_en_leidingen": {
      "get": {
        "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
        "operationId": "leidingeninfrastructuur_klic_kabels_en_leidingen_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
            "in": "query",
            "name": "beheerder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "beheerder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "beheerder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "beheerder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "beheerder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "beheerder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Broncode van de beheerder.",
            "in": "query",
            "name": "broncode",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "broncode[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "broncode[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "broncode[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "broncode[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "broncode[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Objectklasse of type kabel/leiding",
            "in": "query",
            "name": "class",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "class[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "class[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "class[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "class[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "class[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
            "in": "query",
            "name": "delivery",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "delivery[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "delivery[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "delivery[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "delivery[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "delivery[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Diameter kabel of leiding in millimeters.",
            "in": "query",
            "name": "diameter",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diameter[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diameter[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diameter[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diameter[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diameter[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diameter[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Diepte ten opzichte van het maaiveld in meters.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Unieke identificatie van het object",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "in": "query",
            "name": "laagnaam1",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam1[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam1[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam1[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam1[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam1[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "in": "query",
            "name": "laagnaam2",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam2[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam2[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam2[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam2[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam2[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "in": "query",
            "name": "laagnaam3",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam3[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam3[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam3[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam3[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam3[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "in": "query",
            "name": "laagnaam4",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam4[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam4[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam4[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam4[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam4[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "in": "query",
            "name": "laagnaam5",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam5[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam5[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam5[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam5[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam5[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Materiaal van de kabel of leiding.",
            "in": "query",
            "name": "materiaal",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "materiaal[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "materiaal[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "materiaal[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "materiaal[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "materiaal[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "in": "query",
            "name": "nlcsCodering",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nlcsCodering[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nlcsCodering[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nlcsCodering[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nlcsCodering[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nlcsCodering[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "in": "query",
            "name": "opvraagdatum",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "opvraagdatum[in]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "opvraagdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Less than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[not]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Het type vloeistof/gas dat door de leiding loopt.",
            "in": "query",
            "name": "product",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "product[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "product[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "product[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "product[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "product[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "in": "query",
            "name": "rgbHexNlcs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexNlcs[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexNlcs[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexNlcs[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexNlcs[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexNlcs[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "in": "query",
            "name": "rgbHexPmkl",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexPmkl[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexPmkl[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexPmkl[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexPmkl[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexPmkl[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De status van het object.",
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "status[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "status[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "status[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "status[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "status[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
            "in": "query",
            "name": "voltage",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "voltage[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "voltage[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "voltage[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "voltage[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "voltage[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_kabels_en_leidingen": {
                          "items": {
                            "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Klic object ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "class": {
                                "description": "Objectklasse of type kabel/leiding",
                                "nullable": true,
                                "title": "Klic objectklasse",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "delivery": {
                                "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
                                "nullable": true,
                                "title": "Klic leveringstype",
                                "type": "string"
                              },
                              "diameter": {
                                "description": "Diameter kabel of leiding in millimeters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Diameter kabel leiding",
                                "type": "number"
                              },
                              "diepte": {
                                "description": "Diepte ten opzichte van het maaiveld in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Diepte kabel leiding",
                                "type": "number"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "description": "Point in 3D space",
                                          "items": {
                                            "type": "number"
                                          },
                                          "maxItems": 3,
                                          "minItems": 2,
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "LineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Klic object ID",
                                "type": "integer"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "materiaal": {
                                "description": "Materiaal van de kabel of leiding.",
                                "nullable": true,
                                "title": "Kabel leiding materiaal",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "product": {
                                "description": "Het type vloeistof/gas dat door de leiding loopt.",
                                "nullable": true,
                                "title": "Klic producttype",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "status": {
                                "description": "De status van het object.",
                                "nullable": true,
                                "title": "Klic objectstatus",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
                                "nullable": true,
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_kabels_en_leidingen": {
                          "items": {
                            "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Klic object ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "class": {
                                "description": "Objectklasse of type kabel/leiding",
                                "nullable": true,
                                "title": "Klic objectklasse",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "delivery": {
                                "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
                                "nullable": true,
                                "title": "Klic leveringstype",
                                "type": "string"
                              },
                              "diameter": {
                                "description": "Diameter kabel of leiding in millimeters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Diameter kabel leiding",
                                "type": "number"
                              },
                              "diepte": {
                                "description": "Diepte ten opzichte van het maaiveld in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Diepte kabel leiding",
                                "type": "number"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "description": "Point in 3D space",
                                          "items": {
                                            "type": "number"
                                          },
                                          "maxItems": 3,
                                          "minItems": 2,
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "LineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Klic object ID",
                                "type": "integer"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "materiaal": {
                                "description": "Materiaal van de kabel of leiding.",
                                "nullable": true,
                                "title": "Kabel leiding materiaal",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "product": {
                                "description": "Het type vloeistof/gas dat door de leiding loopt.",
                                "nullable": true,
                                "title": "Klic producttype",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "status": {
                                "description": "De status van het object.",
                                "nullable": true,
                                "title": "Klic objectstatus",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
                                "nullable": true,
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_kabels_en_leidingen": {
                          "items": {
                            "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "title": "Klic object ID",
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "class": {
                                "description": "Objectklasse of type kabel/leiding",
                                "nullable": true,
                                "title": "Klic objectklasse",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "delivery": {
                                "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
                                "nullable": true,
                                "title": "Klic leveringstype",
                                "type": "string"
                              },
                              "diameter": {
                                "description": "Diameter kabel of leiding in millimeters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Diameter kabel leiding",
                                "type": "number"
                              },
                              "diepte": {
                                "description": "Diepte ten opzichte van het maaiveld in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Diepte kabel leiding",
                                "type": "number"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "description": "Point in 3D space",
                                          "items": {
                                            "type": "number"
                                          },
                                          "maxItems": 3,
                                          "minItems": 2,
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "LineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "title": "Klic object ID",
                                "type": "integer"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "materiaal": {
                                "description": "Materiaal van de kabel of leiding.",
                                "nullable": true,
                                "title": "Kabel leiding materiaal",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "product": {
                                "description": "Het type vloeistof/gas dat door de leiding loopt.",
                                "nullable": true,
                                "title": "Klic producttype",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "status": {
                                "description": "De status van het object.",
                                "nullable": true,
                                "title": "Klic objectstatus",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              },
                              "voltage": {
                                "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
                                "nullable": true,
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "klic_kabels_en_leidingen"
        ]
      }
    },
    "/klic_kabels_en_leidingen/{id}": {
      "get": {
        "operationId": "leidingeninfrastructuur_klic_kabels_en_leidingen_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
            "in": "query",
            "name": "beheerder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "beheerder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "beheerder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "beheerder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "beheerder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "beheerder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Broncode van de beheerder.",
            "in": "query",
            "name": "broncode",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "broncode[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "broncode[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "broncode[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "broncode[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "broncode[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Objectklasse of type kabel/leiding",
            "in": "query",
            "name": "class",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "class[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "class[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "class[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "class[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "class[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
            "in": "query",
            "name": "delivery",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "delivery[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "delivery[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "delivery[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "delivery[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "delivery[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Diameter kabel of leiding in millimeters.",
            "in": "query",
            "name": "diameter",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diameter[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diameter[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diameter[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diameter[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diameter[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diameter[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Diepte ten opzichte van het maaiveld in meters.",
            "in": "query",
            "name": "diepte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diepte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diepte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diepte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diepte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diepte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diepte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diepte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van het object",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "in": "query",
            "name": "laagnaam1",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam1[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam1[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam1[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam1[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam1[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "in": "query",
            "name": "laagnaam2",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam2[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam2[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam2[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam2[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam2[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "in": "query",
            "name": "laagnaam3",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam3[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam3[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam3[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam3[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam3[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "in": "query",
            "name": "laagnaam4",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam4[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam4[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam4[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam4[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam4[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "in": "query",
            "name": "laagnaam5",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam5[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam5[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam5[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam5[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam5[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Materiaal van de kabel of leiding.",
            "in": "query",
            "name": "materiaal",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "materiaal[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "materiaal[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "materiaal[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "materiaal[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "materiaal[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "in": "query",
            "name": "nlcsCodering",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nlcsCodering[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nlcsCodering[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nlcsCodering[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nlcsCodering[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nlcsCodering[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "in": "query",
            "name": "opvraagdatum",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "opvraagdatum[in]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "opvraagdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Less than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[not]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het type vloeistof/gas dat door de leiding loopt.",
            "in": "query",
            "name": "product",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "product[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "product[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "product[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "product[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "product[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "in": "query",
            "name": "rgbHexNlcs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexNlcs[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexNlcs[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexNlcs[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexNlcs[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexNlcs[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "in": "query",
            "name": "rgbHexPmkl",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexPmkl[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexPmkl[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexPmkl[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexPmkl[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexPmkl[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De status van het object.",
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "status[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "status[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "status[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "status[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "status[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
            "in": "query",
            "name": "voltage",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "voltage[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "voltage[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "voltage[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "voltage[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "voltage[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Klic object ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "class": {
                      "description": "Objectklasse of type kabel/leiding",
                      "nullable": true,
                      "title": "Klic objectklasse",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "delivery": {
                      "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
                      "nullable": true,
                      "title": "Klic leveringstype",
                      "type": "string"
                    },
                    "diameter": {
                      "description": "Diameter kabel of leiding in millimeters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Diameter kabel leiding",
                      "type": "number"
                    },
                    "diepte": {
                      "description": "Diepte ten opzichte van het maaiveld in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Diepte kabel leiding",
                      "type": "number"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "description": "Point in 3D space",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 3,
                                "minItems": 2,
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "LineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Klic object ID",
                      "type": "integer"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "materiaal": {
                      "description": "Materiaal van de kabel of leiding.",
                      "nullable": true,
                      "title": "Kabel leiding materiaal",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "product": {
                      "description": "Het type vloeistof/gas dat door de leiding loopt.",
                      "nullable": true,
                      "title": "Klic producttype",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "status": {
                      "description": "De status van het object.",
                      "nullable": true,
                      "title": "Klic objectstatus",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
                      "nullable": true,
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Klic object ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "class": {
                      "description": "Objectklasse of type kabel/leiding",
                      "nullable": true,
                      "title": "Klic objectklasse",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "delivery": {
                      "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
                      "nullable": true,
                      "title": "Klic leveringstype",
                      "type": "string"
                    },
                    "diameter": {
                      "description": "Diameter kabel of leiding in millimeters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Diameter kabel leiding",
                      "type": "number"
                    },
                    "diepte": {
                      "description": "Diepte ten opzichte van het maaiveld in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Diepte kabel leiding",
                      "type": "number"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "description": "Point in 3D space",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 3,
                                "minItems": 2,
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "LineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Klic object ID",
                      "type": "integer"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "materiaal": {
                      "description": "Materiaal van de kabel of leiding.",
                      "nullable": true,
                      "title": "Kabel leiding materiaal",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "product": {
                      "description": "Het type vloeistof/gas dat door de leiding loopt.",
                      "nullable": true,
                      "title": "Klic producttype",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "status": {
                      "description": "De status van het object.",
                      "nullable": true,
                      "title": "Klic objectstatus",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
                      "nullable": true,
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Overzicht lijnen infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicKabelsEnLeidingen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicKabelsEnLeidingen.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "title": "Klic object ID",
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "class": {
                      "description": "Objectklasse of type kabel/leiding",
                      "nullable": true,
                      "title": "Klic objectklasse",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "delivery": {
                      "description": "Het type voorzieningsnetwerk. Dit geeft aan wat het doel is van een specifieke leiding. Kan bestaan uit transport, distribution, private of een collection.",
                      "nullable": true,
                      "title": "Klic leveringstype",
                      "type": "string"
                    },
                    "diameter": {
                      "description": "Diameter kabel of leiding in millimeters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Diameter kabel leiding",
                      "type": "number"
                    },
                    "diepte": {
                      "description": "Diepte ten opzichte van het maaiveld in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Diepte kabel leiding",
                      "type": "number"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "description": "Point in 3D space",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 3,
                                "minItems": 2,
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "LineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "title": "Klic object ID",
                      "type": "integer"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "materiaal": {
                      "description": "Materiaal van de kabel of leiding.",
                      "nullable": true,
                      "title": "Kabel leiding materiaal",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "product": {
                      "description": "Het type vloeistof/gas dat door de leiding loopt.",
                      "nullable": true,
                      "title": "Klic producttype",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "status": {
                      "description": "De status van het object.",
                      "nullable": true,
                      "title": "Klic objectstatus",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar een leiding of leidingelement toe behoort",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    },
                    "voltage": {
                      "description": "Het operatieve en nominale voltage van de elektriciteitskabel (indien van toepassing).",
                      "nullable": true,
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "klic_kabels_en_leidingen"
        ]
      }
    },
    "/klic_puntobjecten": {
      "get": {
        "description": "Overzicht punten infrastructuur op basis van klic meldingen",
        "operationId": "leidingeninfrastructuur_klic_puntobjecten_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
            "in": "query",
            "name": "beheerder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "beheerder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "beheerder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "beheerder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "beheerder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "beheerder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Broncode van de beheerder.",
            "in": "query",
            "name": "broncode",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "broncode[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "broncode[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "broncode[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "broncode[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "broncode[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Objectklasse of categorie van het leidingelement.",
            "in": "query",
            "name": "class",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "class[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "class[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "class[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "class[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "class[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Geometrie in RD (epsg:28992).",
            "in": "query",
            "name": "geometrie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometrie[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometrie[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometrie[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van het object.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "in": "query",
            "name": "laagnaam1",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam1[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam1[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam1[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam1[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam1[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "in": "query",
            "name": "laagnaam2",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam2[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam2[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam2[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam2[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam2[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "in": "query",
            "name": "laagnaam3",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam3[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam3[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam3[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam3[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam3[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "in": "query",
            "name": "laagnaam4",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam4[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam4[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam4[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam4[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam4[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "in": "query",
            "name": "laagnaam5",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam5[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam5[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam5[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam5[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam5[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "in": "query",
            "name": "nlcsCodering",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nlcsCodering[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nlcsCodering[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nlcsCodering[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nlcsCodering[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nlcsCodering[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "in": "query",
            "name": "opvraagdatum",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "opvraagdatum[in]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "opvraagdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Less than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[not]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "in": "query",
            "name": "rgbHexNlcs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexNlcs[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexNlcs[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexNlcs[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexNlcs[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexNlcs[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "in": "query",
            "name": "rgbHexPmkl",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexPmkl[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexPmkl[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexPmkl[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexPmkl[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexPmkl[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De status van het object.",
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "status[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "status[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "status[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "status[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "status[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van het objecttype.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_puntobjecten": {
                          "items": {
                            "description": "Overzicht punten infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicPuntobjecten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "class": {
                                "description": "Objectklasse of categorie van het leidingelement.",
                                "nullable": true,
                                "title": "Klic objectklasse",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "type": "integer"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "status": {
                                "description": "De status van het object.",
                                "nullable": true,
                                "title": "Klic object status",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Omschrijving van het objecttype.",
                                "nullable": true,
                                "title": "Klic objecttype",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_puntobjecten": {
                          "items": {
                            "description": "Overzicht punten infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicPuntobjecten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "class": {
                                "description": "Objectklasse of categorie van het leidingelement.",
                                "nullable": true,
                                "title": "Klic objectklasse",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "type": "integer"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "status": {
                                "description": "De status van het object.",
                                "nullable": true,
                                "title": "Klic object status",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Omschrijving van het objecttype.",
                                "nullable": true,
                                "title": "Klic objecttype",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "klic_puntobjecten": {
                          "items": {
                            "description": "Overzicht punten infrastructuur op basis van klic meldingen",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to klicPuntobjecten.",
                                        "properties": {
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "id": {
                                            "description": "Unieke identificatie van het object.",
                                            "format": "int64",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "type": "integer"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "beheerder": {
                                "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                                "nullable": true,
                                "title": "Netbeheerder naam",
                                "type": "string"
                              },
                              "broncode": {
                                "description": "Broncode van de beheerder.",
                                "nullable": true,
                                "title": "Klic beheerder broncode",
                                "type": "string"
                              },
                              "class": {
                                "description": "Objectklasse of categorie van het leidingelement.",
                                "nullable": true,
                                "title": "Klic objectklasse",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactEmail": {
                                "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic email contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactNaam": {
                                "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic naam contactpersoon",
                                "type": "string"
                              },
                              "contactaanvraagAanvraagsoortcontactTelefoon": {
                                "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                                "nullable": true,
                                "title": "Klic telefoonnummer contactpersoon",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "id": {
                                "description": "Unieke identificatie van het object.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "type": "integer"
                              },
                              "laagnaam1": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                                "nullable": true,
                                "title": "Klic status en discipline NLCS code",
                                "type": "string"
                              },
                              "laagnaam2": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                                "nullable": true,
                                "title": "Klic thema NLCS code",
                                "type": "string"
                              },
                              "laagnaam3": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                                "nullable": true,
                                "title": "Beheerder NLCS code",
                                "type": "string"
                              },
                              "laagnaam4": {
                                "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                                "nullable": true,
                                "title": "Geometrie symbool vlak NLCS code",
                                "type": "string"
                              },
                              "laagnaam5": {
                                "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                                "nullable": true,
                                "title": "NLCS code hoofdgroep status",
                                "type": "string"
                              },
                              "nlcsCodering": {
                                "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                                "nullable": true,
                                "title": "NLCS codering totaal",
                                "type": "string"
                              },
                              "opvraagdatum": {
                                "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                                "format": "date",
                                "nullable": true,
                                "title": "Klic orientatieverzoek opvraagdatum",
                                "type": "string"
                              },
                              "rgbHexNlcs": {
                                "description": "Hex kleurcode volgens NLCS standaard.",
                                "nullable": true,
                                "title": "NLCS hex kleurcode",
                                "type": "string"
                              },
                              "rgbHexPmkl": {
                                "description": "Hex kleurcode volgens PMKL standaard.",
                                "nullable": true,
                                "title": "PMKL hex kleurcode",
                                "type": "string"
                              },
                              "status": {
                                "description": "De status van het object.",
                                "nullable": true,
                                "title": "Klic object status",
                                "type": "string"
                              },
                              "thema": {
                                "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
                                "nullable": true,
                                "title": "Klic thema",
                                "type": "string"
                              },
                              "type": {
                                "description": "Omschrijving van het objecttype.",
                                "nullable": true,
                                "title": "Klic objecttype",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "klic_puntobjecten"
        ]
      }
    },
    "/klic_puntobjecten/{id}": {
      "get": {
        "operationId": "leidingeninfrastructuur_klic_puntobjecten_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
            "in": "query",
            "name": "beheerder",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "beheerder[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "beheerder[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "beheerder[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "beheerder[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "beheerder[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Broncode van de beheerder.",
            "in": "query",
            "name": "broncode",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "broncode[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "broncode[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "broncode[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "broncode[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "broncode[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Objectklasse of categorie van het leidingelement.",
            "in": "query",
            "name": "class",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "class[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "class[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "class[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "class[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "class[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactEmail[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactNaam[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "contactaanvraagAanvraagsoortcontactTelefoon[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Geometrie in RD (epsg:28992).",
            "in": "query",
            "name": "geometrie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometrie[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometrie[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometrie[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "pattern": "^[^/]+$",
              "type": "string"
            }
          },
          {
            "description": "Unieke identificatie van het object.",
            "in": "query",
            "name": "id",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "id[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "id[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "id[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "id[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "id[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "id[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "id[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
            "in": "query",
            "name": "laagnaam1",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam1[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam1[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam1[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam1[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam1[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
            "in": "query",
            "name": "laagnaam2",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam2[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam2[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam2[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam2[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam2[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
            "in": "query",
            "name": "laagnaam3",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam3[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam3[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam3[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam3[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam3[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
            "in": "query",
            "name": "laagnaam4",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam4[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam4[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam4[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam4[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam4[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
            "in": "query",
            "name": "laagnaam5",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "laagnaam5[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "laagnaam5[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "laagnaam5[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "laagnaam5[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "laagnaam5[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
            "in": "query",
            "name": "nlcsCodering",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nlcsCodering[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nlcsCodering[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nlcsCodering[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nlcsCodering[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nlcsCodering[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
            "in": "query",
            "name": "opvraagdatum",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[gte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "opvraagdatum[in]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "opvraagdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lt]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Less than or equal to; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[lte]",
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; use yyyy-mm-dd",
            "in": "query",
            "name": "opvraagdatum[not]",
            "schema": {
              "items": {
                "format": "date",
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens NLCS standaard.",
            "in": "query",
            "name": "rgbHexNlcs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexNlcs[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexNlcs[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexNlcs[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexNlcs[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexNlcs[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hex kleurcode volgens PMKL standaard.",
            "in": "query",
            "name": "rgbHexPmkl",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "rgbHexPmkl[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "rgbHexPmkl[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "rgbHexPmkl[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "rgbHexPmkl[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "rgbHexPmkl[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De status van het object.",
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "status[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "status[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "status[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "status[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "status[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
            "in": "query",
            "name": "thema",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "thema[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "thema[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "thema[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "thema[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "thema[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van het objecttype.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "type[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "type[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "type[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "type[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "type[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Overzicht punten infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicPuntobjecten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "class": {
                      "description": "Objectklasse of categorie van het leidingelement.",
                      "nullable": true,
                      "title": "Klic objectklasse",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "type": "integer"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "status": {
                      "description": "De status van het object.",
                      "nullable": true,
                      "title": "Klic object status",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Omschrijving van het objecttype.",
                      "nullable": true,
                      "title": "Klic objecttype",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Overzicht punten infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicPuntobjecten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "class": {
                      "description": "Objectklasse of categorie van het leidingelement.",
                      "nullable": true,
                      "title": "Klic objectklasse",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "type": "integer"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "status": {
                      "description": "De status van het object.",
                      "nullable": true,
                      "title": "Klic object status",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Omschrijving van het objecttype.",
                      "nullable": true,
                      "title": "Klic objecttype",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Overzicht punten infrastructuur op basis van klic meldingen",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `klicPuntobjecten._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to klicPuntobjecten.",
                              "properties": {
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "id": {
                                  "description": "Unieke identificatie van het object.",
                                  "format": "int64",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "type": "integer"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "beheerder": {
                      "description": "Degene die als natuurlijk persoon handelende in de uitoefening van een beroep of bedrijf dan wel als rechtspersoon een net beheert.",
                      "nullable": true,
                      "title": "Netbeheerder naam",
                      "type": "string"
                    },
                    "broncode": {
                      "description": "Broncode van de beheerder.",
                      "nullable": true,
                      "title": "Klic beheerder broncode",
                      "type": "string"
                    },
                    "class": {
                      "description": "Objectklasse of categorie van het leidingelement.",
                      "nullable": true,
                      "title": "Klic objectklasse",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactEmail": {
                      "description": "E-mailadres van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic email contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactNaam": {
                      "description": "Naam van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic naam contactpersoon",
                      "type": "string"
                    },
                    "contactaanvraagAanvraagsoortcontactTelefoon": {
                      "description": "Telefoonnummer van de contactpersoon in het belang bij de desbetreffende netwerkbeheerder. Het belang is het interessegebied van een netwerkbeheerder. Dit is een gebied waar de netbeheerder actief is.",
                      "nullable": true,
                      "title": "Klic telefoonnummer contactpersoon",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "id": {
                      "description": "Unieke identificatie van het object.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "type": "integer"
                    },
                    "laagnaam1": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic status en discipline.",
                      "nullable": true,
                      "title": "Klic status en discipline NLCS code",
                      "type": "string"
                    },
                    "laagnaam2": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de Klic thema.",
                      "nullable": true,
                      "title": "Klic thema NLCS code",
                      "type": "string"
                    },
                    "laagnaam3": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de beheerder van de kabel of leiding.",
                      "nullable": true,
                      "title": "Beheerder NLCS code",
                      "type": "string"
                    },
                    "laagnaam4": {
                      "description": "Omschrijving van de Nederlandse CAD Standaard code voor de geometrie, symbool of vlak.",
                      "nullable": true,
                      "title": "Geometrie symbool vlak NLCS code",
                      "type": "string"
                    },
                    "laagnaam5": {
                      "description": "NLCS codering voor status. Wordt alleen gevuld wanneer status niet gelijk is aan functional. Aanvulling van STATUS attribuut.",
                      "nullable": true,
                      "title": "NLCS code hoofdgroep status",
                      "type": "string"
                    },
                    "nlcsCodering": {
                      "description": "Samenvoeging van de NLCS code van Klic status en discipline, Klic thema, de beheerder van de kabel of leiding, de geometrie, symbool of vlak en de NLCS status",
                      "nullable": true,
                      "title": "NLCS codering totaal",
                      "type": "string"
                    },
                    "opvraagdatum": {
                      "description": "De datum waarop het Klic orientatieverzoek is uitgevoerd waarmee de gegevens zijn opgevraagd.",
                      "format": "date",
                      "nullable": true,
                      "title": "Klic orientatieverzoek opvraagdatum",
                      "type": "string"
                    },
                    "rgbHexNlcs": {
                      "description": "Hex kleurcode volgens NLCS standaard.",
                      "nullable": true,
                      "title": "NLCS hex kleurcode",
                      "type": "string"
                    },
                    "rgbHexPmkl": {
                      "description": "Hex kleurcode volgens PMKL standaard.",
                      "nullable": true,
                      "title": "PMKL hex kleurcode",
                      "type": "string"
                    },
                    "status": {
                      "description": "De status van het object.",
                      "nullable": true,
                      "title": "Klic object status",
                      "type": "string"
                    },
                    "thema": {
                      "description": "Thema of discipline waar een leiding of leidingelement toe behoort.",
                      "nullable": true,
                      "title": "Klic thema",
                      "type": "string"
                    },
                    "type": {
                      "description": "Omschrijving van het objecttype.",
                      "nullable": true,
                      "title": "Klic objecttype",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "klic_puntobjecten"
        ]
      }
    },
    "/waternet_rioolknopen": {
      "get": {
        "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
        "operationId": "leidingeninfrastructuur_waternet_rioolknopen_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Het bemalingsgebied waar de knoop in ligt.",
            "in": "query",
            "name": "bemalingsgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bemalingsgebied[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bemalingsgebied[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bemalingsgebied[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bemalingsgebied[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bemalingsgebied[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De drempelbreedte van de wand van de overstort in millimeters.",
            "in": "query",
            "name": "drempelbreedte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "drempelbreedte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "drempelbreedte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "drempelbreedte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "drempelbreedte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "drempelbreedte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "drempelbreedte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "drempelbreedte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
            "in": "query",
            "name": "drempelniveau",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "drempelniveau[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "drempelniveau[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "drempelniveau[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "drempelniveau[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "drempelniveau[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "drempelniveau[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "drempelniveau[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Het type fundering onder de knoop.",
            "in": "query",
            "name": "funderingstype",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "funderingstype[in]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "funderingstype[isempty]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "funderingstype[isnull]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "funderingstype[like]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "funderingstype[not]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Geometrie in RD (epsg:7415)",
            "in": "query",
            "name": "geometrie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometrie[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometrie[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometrie[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
            "in": "query",
            "name": "globalid",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "globalid[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "globalid[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "globalid[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "globalid[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "globalid[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het jaar waarin de rioolknoop is gelegd.",
            "in": "query",
            "name": "jaarGelegd",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarGelegd[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarGelegd[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarGelegd[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarGelegd[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarGelegd[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarGelegd[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarGelegd[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Datum van levering bronbestand door Waternet.",
            "in": "query",
            "name": "leveringsdatum",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "leveringsdatum[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "leveringsdatum[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "leveringsdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "leveringsdatum[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "leveringsdatum[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
            "in": "query",
            "name": "maaiveldniveau",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "maaiveldniveau[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "maaiveldniveau[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "maaiveldniveau[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "maaiveldniveau[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "maaiveldniveau[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "maaiveldniveau[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "maaiveldniveau[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
            "in": "query",
            "name": "nummer",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nummer[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nummer[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nummer[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nummer[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nummer[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Uniek objectnummer van de rioolknoop.",
            "in": "query",
            "name": "objectnummer",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "objectnummer[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "objectnummer[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "objectnummer[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "objectnummer[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "objectnummer[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "objectnummer[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "objectnummer[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
            "in": "query",
            "name": "soort",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "soort[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "soort[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "soort[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "soort[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "soort[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
            "in": "query",
            "name": "status",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "status[in]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "status[isempty]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "status[isnull]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "status[like]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "status[not]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
            "in": "query",
            "name": "subtype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "subtype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "subtype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "subtype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "subtype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "subtype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
            "in": "query",
            "name": "symboolhoek",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "symboolhoek[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "symboolhoek[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "symboolhoek[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "symboolhoek[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "symboolhoek[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "symboolhoek[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "symboolhoek[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Type knoop. Een verdere specificatie op soort knoop.",
            "in": "query",
            "name": "typeKnoop",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "typeKnoop[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "typeKnoop[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "typeKnoop[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "typeKnoop[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "typeKnoop[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "waternet_rioolknopen": {
                          "items": {
                            "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to waternetRioolknopen.",
                                        "properties": {
                                          "globalid": {
                                            "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                            "title": "Rioolknoop global ID",
                                            "type": "string"
                                          },
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "globalid",
                                          "href",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bemalingsgebied": {
                                "description": "Het bemalingsgebied waar de knoop in ligt.",
                                "nullable": true,
                                "title": "Rioolknoop bemalingsgebied",
                                "type": "string"
                              },
                              "drempelbreedte": {
                                "description": "De drempelbreedte van de wand van de overstort in millimeters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Rioolknoop drempelbreedte",
                                "type": "number"
                              },
                              "drempelniveau": {
                                "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Rioolknoop drempelniveau hoogte",
                                "type": "number"
                              },
                              "funderingstype": {
                                "description": "Het type fundering onder de knoop.",
                                "nullable": true,
                                "title": "Rioolknoop funderingstype",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "globalid": {
                                "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                "title": "Rioolknoop global ID",
                                "type": "string"
                              },
                              "jaarGelegd": {
                                "description": "Het jaar waarin de rioolknoop is gelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop aanleg jaar",
                                "type": "integer"
                              },
                              "leveringsdatum": {
                                "description": "Datum van levering bronbestand door Waternet.",
                                "nullable": true,
                                "type": "string"
                              },
                              "maaiveldniveau": {
                                "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Maaiveld hoogte",
                                "type": "number"
                              },
                              "nummer": {
                                "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
                                "nullable": true,
                                "title": "Rioolknoop nummer",
                                "type": "string"
                              },
                              "objectnummer": {
                                "description": "Uniek objectnummer van de rioolknoop.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop objectnummer",
                                "type": "integer"
                              },
                              "soort": {
                                "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
                                "nullable": true,
                                "title": "Rioolknoop soort",
                                "type": "string"
                              },
                              "status": {
                                "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
                                "nullable": true,
                                "title": "Rioolknoop status",
                                "type": "string"
                              },
                              "subtype": {
                                "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
                                "nullable": true,
                                "title": "Rioolknoop subtype",
                                "type": "string"
                              },
                              "symboolhoek": {
                                "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop symboolhoek",
                                "type": "integer"
                              },
                              "typeKnoop": {
                                "description": "Type knoop. Een verdere specificatie op soort knoop.",
                                "nullable": true,
                                "title": "Rioolknoop type",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "globalid"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "waternet_rioolknopen": {
                          "items": {
                            "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to waternetRioolknopen.",
                                        "properties": {
                                          "globalid": {
                                            "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                            "title": "Rioolknoop global ID",
                                            "type": "string"
                                          },
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "globalid",
                                          "href",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bemalingsgebied": {
                                "description": "Het bemalingsgebied waar de knoop in ligt.",
                                "nullable": true,
                                "title": "Rioolknoop bemalingsgebied",
                                "type": "string"
                              },
                              "drempelbreedte": {
                                "description": "De drempelbreedte van de wand van de overstort in millimeters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Rioolknoop drempelbreedte",
                                "type": "number"
                              },
                              "drempelniveau": {
                                "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Rioolknoop drempelniveau hoogte",
                                "type": "number"
                              },
                              "funderingstype": {
                                "description": "Het type fundering onder de knoop.",
                                "nullable": true,
                                "title": "Rioolknoop funderingstype",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "globalid": {
                                "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                "title": "Rioolknoop global ID",
                                "type": "string"
                              },
                              "jaarGelegd": {
                                "description": "Het jaar waarin de rioolknoop is gelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop aanleg jaar",
                                "type": "integer"
                              },
                              "leveringsdatum": {
                                "description": "Datum van levering bronbestand door Waternet.",
                                "nullable": true,
                                "type": "string"
                              },
                              "maaiveldniveau": {
                                "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Maaiveld hoogte",
                                "type": "number"
                              },
                              "nummer": {
                                "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
                                "nullable": true,
                                "title": "Rioolknoop nummer",
                                "type": "string"
                              },
                              "objectnummer": {
                                "description": "Uniek objectnummer van de rioolknoop.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop objectnummer",
                                "type": "integer"
                              },
                              "soort": {
                                "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
                                "nullable": true,
                                "title": "Rioolknoop soort",
                                "type": "string"
                              },
                              "status": {
                                "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
                                "nullable": true,
                                "title": "Rioolknoop status",
                                "type": "string"
                              },
                              "subtype": {
                                "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
                                "nullable": true,
                                "title": "Rioolknoop subtype",
                                "type": "string"
                              },
                              "symboolhoek": {
                                "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop symboolhoek",
                                "type": "integer"
                              },
                              "typeKnoop": {
                                "description": "Type knoop. Een verdere specificatie op soort knoop.",
                                "nullable": true,
                                "title": "Rioolknoop type",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "globalid"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "waternet_rioolknopen": {
                          "items": {
                            "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to waternetRioolknopen.",
                                        "properties": {
                                          "globalid": {
                                            "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                            "title": "Rioolknoop global ID",
                                            "type": "string"
                                          },
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "globalid",
                                          "href",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bemalingsgebied": {
                                "description": "Het bemalingsgebied waar de knoop in ligt.",
                                "nullable": true,
                                "title": "Rioolknoop bemalingsgebied",
                                "type": "string"
                              },
                              "drempelbreedte": {
                                "description": "De drempelbreedte van de wand van de overstort in millimeters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Rioolknoop drempelbreedte",
                                "type": "number"
                              },
                              "drempelniveau": {
                                "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Rioolknoop drempelniveau hoogte",
                                "type": "number"
                              },
                              "funderingstype": {
                                "description": "Het type fundering onder de knoop.",
                                "nullable": true,
                                "title": "Rioolknoop funderingstype",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "description": "Point in 3D space",
                                        "items": {
                                          "type": "number"
                                        },
                                        "maxItems": 3,
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "Point"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "globalid": {
                                "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                "title": "Rioolknoop global ID",
                                "type": "string"
                              },
                              "jaarGelegd": {
                                "description": "Het jaar waarin de rioolknoop is gelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop aanleg jaar",
                                "type": "integer"
                              },
                              "leveringsdatum": {
                                "description": "Datum van levering bronbestand door Waternet.",
                                "nullable": true,
                                "type": "string"
                              },
                              "maaiveldniveau": {
                                "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
                                "format": "double",
                                "nullable": true,
                                "title": "Maaiveld hoogte",
                                "type": "number"
                              },
                              "nummer": {
                                "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
                                "nullable": true,
                                "title": "Rioolknoop nummer",
                                "type": "string"
                              },
                              "objectnummer": {
                                "description": "Uniek objectnummer van de rioolknoop.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop objectnummer",
                                "type": "integer"
                              },
                              "soort": {
                                "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
                                "nullable": true,
                                "title": "Rioolknoop soort",
                                "type": "string"
                              },
                              "status": {
                                "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
                                "nullable": true,
                                "title": "Rioolknoop status",
                                "type": "string"
                              },
                              "subtype": {
                                "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
                                "nullable": true,
                                "title": "Rioolknoop subtype",
                                "type": "string"
                              },
                              "symboolhoek": {
                                "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolknoop symboolhoek",
                                "type": "integer"
                              },
                              "typeKnoop": {
                                "description": "Type knoop. Een verdere specificatie op soort knoop.",
                                "nullable": true,
                                "title": "Rioolknoop type",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "globalid"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "waternet_rioolknopen"
        ]
      }
    },
    "/waternet_rioolknopen/{globalid}": {
      "get": {
        "operationId": "leidingeninfrastructuur_waternet_rioolknopen_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Het bemalingsgebied waar de knoop in ligt.",
            "in": "query",
            "name": "bemalingsgebied",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bemalingsgebied[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "bemalingsgebied[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bemalingsgebied[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "bemalingsgebied[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "bemalingsgebied[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "De drempelbreedte van de wand van de overstort in millimeters.",
            "in": "query",
            "name": "drempelbreedte",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "drempelbreedte[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "drempelbreedte[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "drempelbreedte[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "drempelbreedte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "drempelbreedte[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "drempelbreedte[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "drempelbreedte[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
            "in": "query",
            "name": "drempelniveau",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "drempelniveau[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "drempelniveau[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "drempelniveau[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "drempelniveau[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "drempelniveau[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "drempelniveau[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "drempelniveau[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Het type fundering onder de knoop.",
            "in": "query",
            "name": "funderingstype",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "funderingstype[in]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "funderingstype[isempty]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "funderingstype[isnull]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "funderingstype[like]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "funderingstype[not]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Geometrie in RD (epsg:7415)",
            "in": "query",
            "name": "geometrie",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Use WKT (POLYGON((x1 y1, x2 y2, ...))) or GeoJSON",
            "in": "query",
            "name": "geometrie[intersects]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "geometrie[isnull]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "GeoJSON | GEOMETRY(...)",
            "in": "query",
            "name": "geometrie[not]",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "globalid",
            "required": true,
            "schema": {
              "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
              "title": "Rioolknoop global ID",
              "type": "string"
            }
          },
          {
            "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
            "in": "query",
            "name": "globalid",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "globalid[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "globalid[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "globalid[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "globalid[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "globalid[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Het jaar waarin de rioolknoop is gelegd.",
            "in": "query",
            "name": "jaarGelegd",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarGelegd[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarGelegd[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarGelegd[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarGelegd[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarGelegd[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarGelegd[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarGelegd[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Datum van levering bronbestand door Waternet.",
            "in": "query",
            "name": "leveringsdatum",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "leveringsdatum[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "leveringsdatum[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "leveringsdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "leveringsdatum[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "leveringsdatum[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
            "in": "query",
            "name": "maaiveldniveau",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "maaiveldniveau[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "maaiveldniveau[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "maaiveldniveau[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "maaiveldniveau[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "maaiveldniveau[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "maaiveldniveau[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "maaiveldniveau[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
            "in": "query",
            "name": "nummer",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "nummer[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "nummer[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "nummer[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "nummer[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "nummer[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Uniek objectnummer van de rioolknoop.",
            "in": "query",
            "name": "objectnummer",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "objectnummer[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "objectnummer[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "objectnummer[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "objectnummer[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "objectnummer[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "objectnummer[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "objectnummer[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
            "in": "query",
            "name": "soort",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "soort[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "soort[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "soort[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "soort[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "soort[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
            "in": "query",
            "name": "status",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "status[in]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "status[isempty]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "status[isnull]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "status[like]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "status[not]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
            "in": "query",
            "name": "subtype",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "subtype[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "subtype[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "subtype[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "subtype[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "subtype[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
            "in": "query",
            "name": "symboolhoek",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "symboolhoek[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "symboolhoek[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "symboolhoek[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "symboolhoek[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "symboolhoek[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "symboolhoek[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "symboolhoek[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Type knoop. Een verdere specificatie op soort knoop.",
            "in": "query",
            "name": "typeKnoop",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "typeKnoop[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "typeKnoop[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "typeKnoop[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "typeKnoop[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "typeKnoop[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to waternetRioolknopen.",
                              "properties": {
                                "globalid": {
                                  "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                  "title": "Rioolknoop global ID",
                                  "type": "string"
                                },
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "globalid",
                                "href",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bemalingsgebied": {
                      "description": "Het bemalingsgebied waar de knoop in ligt.",
                      "nullable": true,
                      "title": "Rioolknoop bemalingsgebied",
                      "type": "string"
                    },
                    "drempelbreedte": {
                      "description": "De drempelbreedte van de wand van de overstort in millimeters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Rioolknoop drempelbreedte",
                      "type": "number"
                    },
                    "drempelniveau": {
                      "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Rioolknoop drempelniveau hoogte",
                      "type": "number"
                    },
                    "funderingstype": {
                      "description": "Het type fundering onder de knoop.",
                      "nullable": true,
                      "title": "Rioolknoop funderingstype",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "globalid": {
                      "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                      "title": "Rioolknoop global ID",
                      "type": "string"
                    },
                    "jaarGelegd": {
                      "description": "Het jaar waarin de rioolknoop is gelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop aanleg jaar",
                      "type": "integer"
                    },
                    "leveringsdatum": {
                      "description": "Datum van levering bronbestand door Waternet.",
                      "nullable": true,
                      "type": "string"
                    },
                    "maaiveldniveau": {
                      "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Maaiveld hoogte",
                      "type": "number"
                    },
                    "nummer": {
                      "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
                      "nullable": true,
                      "title": "Rioolknoop nummer",
                      "type": "string"
                    },
                    "objectnummer": {
                      "description": "Uniek objectnummer van de rioolknoop.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop objectnummer",
                      "type": "integer"
                    },
                    "soort": {
                      "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
                      "nullable": true,
                      "title": "Rioolknoop soort",
                      "type": "string"
                    },
                    "status": {
                      "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
                      "nullable": true,
                      "title": "Rioolknoop status",
                      "type": "string"
                    },
                    "subtype": {
                      "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
                      "nullable": true,
                      "title": "Rioolknoop subtype",
                      "type": "string"
                    },
                    "symboolhoek": {
                      "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop symboolhoek",
                      "type": "integer"
                    },
                    "typeKnoop": {
                      "description": "Type knoop. Een verdere specificatie op soort knoop.",
                      "nullable": true,
                      "title": "Rioolknoop type",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "globalid"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to waternetRioolknopen.",
                              "properties": {
                                "globalid": {
                                  "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                  "title": "Rioolknoop global ID",
                                  "type": "string"
                                },
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "globalid",
                                "href",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bemalingsgebied": {
                      "description": "Het bemalingsgebied waar de knoop in ligt.",
                      "nullable": true,
                      "title": "Rioolknoop bemalingsgebied",
                      "type": "string"
                    },
                    "drempelbreedte": {
                      "description": "De drempelbreedte van de wand van de overstort in millimeters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Rioolknoop drempelbreedte",
                      "type": "number"
                    },
                    "drempelniveau": {
                      "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Rioolknoop drempelniveau hoogte",
                      "type": "number"
                    },
                    "funderingstype": {
                      "description": "Het type fundering onder de knoop.",
                      "nullable": true,
                      "title": "Rioolknoop funderingstype",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "globalid": {
                      "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                      "title": "Rioolknoop global ID",
                      "type": "string"
                    },
                    "jaarGelegd": {
                      "description": "Het jaar waarin de rioolknoop is gelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop aanleg jaar",
                      "type": "integer"
                    },
                    "leveringsdatum": {
                      "description": "Datum van levering bronbestand door Waternet.",
                      "nullable": true,
                      "type": "string"
                    },
                    "maaiveldniveau": {
                      "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Maaiveld hoogte",
                      "type": "number"
                    },
                    "nummer": {
                      "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
                      "nullable": true,
                      "title": "Rioolknoop nummer",
                      "type": "string"
                    },
                    "objectnummer": {
                      "description": "Uniek objectnummer van de rioolknoop.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop objectnummer",
                      "type": "integer"
                    },
                    "soort": {
                      "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
                      "nullable": true,
                      "title": "Rioolknoop soort",
                      "type": "string"
                    },
                    "status": {
                      "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
                      "nullable": true,
                      "title": "Rioolknoop status",
                      "type": "string"
                    },
                    "subtype": {
                      "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
                      "nullable": true,
                      "title": "Rioolknoop subtype",
                      "type": "string"
                    },
                    "symboolhoek": {
                      "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop symboolhoek",
                      "type": "integer"
                    },
                    "typeKnoop": {
                      "description": "Type knoop. Een verdere specificatie op soort knoop.",
                      "nullable": true,
                      "title": "Rioolknoop type",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "globalid"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Alle rioolknopen welke door Waternet beschikbaar wordt gesteld.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `waternetRioolknopen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to waternetRioolknopen.",
                              "properties": {
                                "globalid": {
                                  "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                                  "title": "Rioolknoop global ID",
                                  "type": "string"
                                },
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "globalid",
                                "href",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bemalingsgebied": {
                      "description": "Het bemalingsgebied waar de knoop in ligt.",
                      "nullable": true,
                      "title": "Rioolknoop bemalingsgebied",
                      "type": "string"
                    },
                    "drempelbreedte": {
                      "description": "De drempelbreedte van de wand van de overstort in millimeters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Rioolknoop drempelbreedte",
                      "type": "number"
                    },
                    "drempelniveau": {
                      "description": "Hoogte drempelniveau ten opzichte van NAP in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Rioolknoop drempelniveau hoogte",
                      "type": "number"
                    },
                    "funderingstype": {
                      "description": "Het type fundering onder de knoop.",
                      "nullable": true,
                      "title": "Rioolknoop funderingstype",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "description": "Point in 3D space",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 3,
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "Point"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "globalid": {
                      "description": "Id van de knoop. Hiermee kan een koppeling gemaakt worden met de leidingen. UUID in GIS voor het gis-object.",
                      "title": "Rioolknoop global ID",
                      "type": "string"
                    },
                    "jaarGelegd": {
                      "description": "Het jaar waarin de rioolknoop is gelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop aanleg jaar",
                      "type": "integer"
                    },
                    "leveringsdatum": {
                      "description": "Datum van levering bronbestand door Waternet.",
                      "nullable": true,
                      "type": "string"
                    },
                    "maaiveldniveau": {
                      "description": "Niveau van het maaiveld ten opzichte van NAP in meters.",
                      "format": "double",
                      "nullable": true,
                      "title": "Maaiveld hoogte",
                      "type": "number"
                    },
                    "nummer": {
                      "description": "Het nummer van de knoop. In gebruik bij een deel van de knoopsoorten.",
                      "nullable": true,
                      "title": "Rioolknoop nummer",
                      "type": "string"
                    },
                    "objectnummer": {
                      "description": "Uniek objectnummer van de rioolknoop.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop objectnummer",
                      "type": "integer"
                    },
                    "soort": {
                      "description": "Soort knoop. Identificatie wat voor soort fysiek object er de grond ligt. Bijvoorbeeld een rioolput, uitlaat, overstort, gemaal, afsluiter etc.",
                      "nullable": true,
                      "title": "Rioolknoop soort",
                      "type": "string"
                    },
                    "status": {
                      "description": "Bedrijfsstatus van de knoop. Aanduiding van het gebruik van een fysiek object.",
                      "nullable": true,
                      "title": "Rioolknoop status",
                      "type": "string"
                    },
                    "subtype": {
                      "description": "Subtype knoop. De laagste onderverdeling in de typering van knopen.",
                      "nullable": true,
                      "title": "Rioolknoop subtype",
                      "type": "string"
                    },
                    "symboolhoek": {
                      "description": "Symboolhoek rioolknoop in graden. Rotatie om in GIS het knoop symbool op de juiste manier te roteren. Berekend ten op zichte van de bijbehorende leiding.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolknoop symboolhoek",
                      "type": "integer"
                    },
                    "typeKnoop": {
                      "description": "Type knoop. Een verdere specificatie op soort knoop.",
                      "nullable": true,
                      "title": "Rioolknoop type",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "globalid"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "waternet_rioolknopen"
        ]
      }
    },
    "/waternet_rioolleidingen": {
      "get": {
        "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
        "operationId": "leidingeninfrastructuur_waternet_rioolleidingen_list",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "in": "query",
            "name": "_count",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Number of results to return per page.",
            "in": "query",
            "name": "_pageSize",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
            "in": "query",
            "name": "bobBeginpunt",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "bobBeginpunt[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "bobBeginpunt[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bobBeginpunt[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bobBeginpunt[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "bobBeginpunt[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "bobBeginpunt[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "bobBeginpunt[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
            "in": "query",
            "name": "bobEindpunt",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "bobEindpunt[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "bobEindpunt[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bobEindpunt[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bobEindpunt[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "bobEindpunt[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "bobEindpunt[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "bobEindpunt[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Breedte leiding in millimeters.",
            "in": "query",
            "name": "breedte",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "breedte[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "breedte[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "breedte[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "breedte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "breedte[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "breedte[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "breedte[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Diameter leiding in millimeters.",
            "in": "query",
            "name": "diameter",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diameter[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diameter[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diameter[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diameter[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diameter[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diameter[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de type fundering van een rioolleiding",
            "in": "query",
            "name": "funderingstype",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "funderingstype[in]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "funderingstype[isempty]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "funderingstype[isnull]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "funderingstype[like]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "funderingstype[not]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
            "in": "query",
            "name": "globalid",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
            "in": "query",
            "name": "globalidBeginknoop",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "globalidBeginknoop[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "globalidBeginknoop[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "globalidBeginknoop[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "globalidBeginknoop[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "globalidBeginknoop[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
            "in": "query",
            "name": "globalidEindknoop",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "globalidEindknoop[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "globalidEindknoop[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "globalidEindknoop[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "globalidEindknoop[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "globalidEindknoop[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "globalid[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "globalid[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "globalid[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "globalid[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "globalid[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
            "in": "query",
            "name": "hoogte",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "hoogte[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "hoogte[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoogte[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "hoogte[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "hoogte[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "hoogte[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Het jaar waarin een rioolleiding is gelegd.",
            "in": "query",
            "name": "jaarGelegd",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarGelegd[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarGelegd[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarGelegd[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarGelegd[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarGelegd[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarGelegd[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarGelegd[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Datum van levering bronbestand door Waternet.",
            "in": "query",
            "name": "leveringsdatum",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "leveringsdatum[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "leveringsdatum[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "leveringsdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "leveringsdatum[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "leveringsdatum[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type materiaal rioolleiding.",
            "in": "query",
            "name": "materiaal",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "materiaal[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "materiaal[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "materiaal[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "materiaal[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "materiaal[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Uniek objectnummer van de rioolleiding.",
            "in": "query",
            "name": "objectnummer",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "objectnummer[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "objectnummer[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "objectnummer[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "objectnummer[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "objectnummer[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "objectnummer[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "objectnummer[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "A page number within the paginated result set.",
            "in": "query",
            "name": "page",
            "required": false,
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
            "in": "query",
            "name": "soort",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "soort[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "soort[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "soort[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "soort[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "soort[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Gebruiksstatus van de rioolleiding in het net.",
            "in": "query",
            "name": "status",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "status[in]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "status[isempty]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "status[isnull]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "status[like]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "status[not]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
            "in": "query",
            "name": "stelselType",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "stelselType[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "stelselType[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "stelselType[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "stelselType[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "stelselType[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Toelichting van de rioolleiding.",
            "in": "query",
            "name": "toelichting",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "toelichting[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "toelichting[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "toelichting[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "toelichting[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "toelichting[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
            "in": "query",
            "name": "typeLeiding",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "typeLeiding[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "typeLeiding[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "typeLeiding[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "typeLeiding[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "typeLeiding[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Vorm van de rioolleiding.",
            "in": "query",
            "name": "vorm",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "vorm[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "vorm[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "vorm[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "vorm[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "vorm[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "waternet_rioolleidingen": {
                          "items": {
                            "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to waternetRioolleidingen.",
                                        "properties": {
                                          "globalid": {
                                            "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                            "title": "Rioolleiding global ID",
                                            "type": "string"
                                          },
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "globalid",
                                          "href",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bobBeginpunt": {
                                "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
                                "format": "double",
                                "nullable": true,
                                "title": "Hoogte binnen onderkant buis beginpunt",
                                "type": "number"
                              },
                              "bobEindpunt": {
                                "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
                                "format": "double",
                                "nullable": true,
                                "title": "Hoogte binnen onderkant buis eindpunt",
                                "type": "number"
                              },
                              "breedte": {
                                "description": "Breedte leiding in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding breedte",
                                "type": "integer"
                              },
                              "diameter": {
                                "description": "Diameter leiding in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding diameter",
                                "type": "integer"
                              },
                              "funderingstype": {
                                "description": "Omschrijving van de type fundering van een rioolleiding",
                                "nullable": true,
                                "title": "Rioolleiding funderingstype",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "description": "Point in 3D space",
                                          "items": {
                                            "type": "number"
                                          },
                                          "maxItems": 3,
                                          "minItems": 2,
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "LineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "globalid": {
                                "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                "title": "Rioolleiding global ID",
                                "type": "string"
                              },
                              "globalidBeginknoop": {
                                "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                                "nullable": true,
                                "title": "Rioolleiding beginknoop ID",
                                "type": "string"
                              },
                              "globalidEindknoop": {
                                "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                                "nullable": true,
                                "title": "Rioolleiding eindknoop ID",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding hoogte",
                                "type": "integer"
                              },
                              "jaarGelegd": {
                                "description": "Het jaar waarin een rioolleiding is gelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolleiding aanleg jaar",
                                "type": "integer"
                              },
                              "leveringsdatum": {
                                "description": "Datum van levering bronbestand door Waternet.",
                                "nullable": true,
                                "type": "string"
                              },
                              "materiaal": {
                                "description": "Type materiaal rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding materiaal",
                                "type": "string"
                              },
                              "objectnummer": {
                                "description": "Uniek objectnummer van de rioolleiding.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolleiding objectnummer",
                                "type": "integer"
                              },
                              "soort": {
                                "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
                                "nullable": true,
                                "title": "Rioolleiding soort",
                                "type": "string"
                              },
                              "status": {
                                "description": "Gebruiksstatus van de rioolleiding in het net.",
                                "nullable": true,
                                "title": "Rioolleiding status",
                                "type": "string"
                              },
                              "stelselType": {
                                "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
                                "nullable": true,
                                "title": "Type stelsel",
                                "type": "string"
                              },
                              "toelichting": {
                                "description": "Toelichting van de rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding toelichting",
                                "type": "string"
                              },
                              "typeLeiding": {
                                "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
                                "nullable": true,
                                "title": "Rioolleiding type",
                                "type": "string"
                              },
                              "vorm": {
                                "description": "Vorm van de rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding vorm",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "globalid"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "waternet_rioolleidingen": {
                          "items": {
                            "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to waternetRioolleidingen.",
                                        "properties": {
                                          "globalid": {
                                            "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                            "title": "Rioolleiding global ID",
                                            "type": "string"
                                          },
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "globalid",
                                          "href",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bobBeginpunt": {
                                "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
                                "format": "double",
                                "nullable": true,
                                "title": "Hoogte binnen onderkant buis beginpunt",
                                "type": "number"
                              },
                              "bobEindpunt": {
                                "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
                                "format": "double",
                                "nullable": true,
                                "title": "Hoogte binnen onderkant buis eindpunt",
                                "type": "number"
                              },
                              "breedte": {
                                "description": "Breedte leiding in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding breedte",
                                "type": "integer"
                              },
                              "diameter": {
                                "description": "Diameter leiding in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding diameter",
                                "type": "integer"
                              },
                              "funderingstype": {
                                "description": "Omschrijving van de type fundering van een rioolleiding",
                                "nullable": true,
                                "title": "Rioolleiding funderingstype",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "description": "Point in 3D space",
                                          "items": {
                                            "type": "number"
                                          },
                                          "maxItems": 3,
                                          "minItems": 2,
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "LineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "globalid": {
                                "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                "title": "Rioolleiding global ID",
                                "type": "string"
                              },
                              "globalidBeginknoop": {
                                "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                                "nullable": true,
                                "title": "Rioolleiding beginknoop ID",
                                "type": "string"
                              },
                              "globalidEindknoop": {
                                "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                                "nullable": true,
                                "title": "Rioolleiding eindknoop ID",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding hoogte",
                                "type": "integer"
                              },
                              "jaarGelegd": {
                                "description": "Het jaar waarin een rioolleiding is gelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolleiding aanleg jaar",
                                "type": "integer"
                              },
                              "leveringsdatum": {
                                "description": "Datum van levering bronbestand door Waternet.",
                                "nullable": true,
                                "type": "string"
                              },
                              "materiaal": {
                                "description": "Type materiaal rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding materiaal",
                                "type": "string"
                              },
                              "objectnummer": {
                                "description": "Uniek objectnummer van de rioolleiding.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolleiding objectnummer",
                                "type": "integer"
                              },
                              "soort": {
                                "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
                                "nullable": true,
                                "title": "Rioolleiding soort",
                                "type": "string"
                              },
                              "status": {
                                "description": "Gebruiksstatus van de rioolleiding in het net.",
                                "nullable": true,
                                "title": "Rioolleiding status",
                                "type": "string"
                              },
                              "stelselType": {
                                "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
                                "nullable": true,
                                "title": "Type stelsel",
                                "type": "string"
                              },
                              "toelichting": {
                                "description": "Toelichting van de rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding toelichting",
                                "type": "string"
                              },
                              "typeLeiding": {
                                "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
                                "nullable": true,
                                "title": "Rioolleiding type",
                                "type": "string"
                              },
                              "vorm": {
                                "description": "Vorm van de rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding vorm",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "globalid"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "properties": {
                    "_embedded": {
                      "properties": {
                        "waternet_rioolleidingen": {
                          "items": {
                            "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "description": "The schema field is exposed with every record",
                                        "format": "uri",
                                        "readOnly": true,
                                        "type": "string"
                                      },
                                      "self": {
                                        "description": "The identifier of the relationship to waternetRioolleidingen.",
                                        "properties": {
                                          "globalid": {
                                            "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                            "title": "Rioolleiding global ID",
                                            "type": "string"
                                          },
                                          "href": {
                                            "format": "uri",
                                            "readOnly": true,
                                            "type": "string"
                                          },
                                          "title": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "globalid",
                                          "href",
                                          "title"
                                        ],
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ],
                                    "type": "object"
                                  }
                                ],
                                "title": " links"
                              },
                              "bobBeginpunt": {
                                "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
                                "format": "double",
                                "nullable": true,
                                "title": "Hoogte binnen onderkant buis beginpunt",
                                "type": "number"
                              },
                              "bobEindpunt": {
                                "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
                                "format": "double",
                                "nullable": true,
                                "title": "Hoogte binnen onderkant buis eindpunt",
                                "type": "number"
                              },
                              "breedte": {
                                "description": "Breedte leiding in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding breedte",
                                "type": "integer"
                              },
                              "diameter": {
                                "description": "Diameter leiding in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding diameter",
                                "type": "integer"
                              },
                              "funderingstype": {
                                "description": "Omschrijving van de type fundering van een rioolleiding",
                                "nullable": true,
                                "title": "Rioolleiding funderingstype",
                                "type": "string"
                              },
                              "geometrie": {
                                "allOf": [
                                  {
                                    "description": "GeoJSON geometry",
                                    "discriminator": {
                                      "propertyName": "type"
                                    },
                                    "properties": {
                                      "coordinates": {
                                        "description": "Based on the geometry type, a point or collection of points.",
                                        "items": {
                                          "type": "number"
                                        },
                                        "minItems": 2,
                                        "type": "array"
                                      },
                                      "type": {
                                        "description": "the geometry type",
                                        "enum": [
                                          "Point",
                                          "LineString",
                                          "Polygon",
                                          "MultiPoint",
                                          "MultiLineString",
                                          "MultiPolygon"
                                        ],
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "type"
                                    ],
                                    "type": "object"
                                  },
                                  {
                                    "properties": {
                                      "coordinates": {
                                        "items": {
                                          "description": "Point in 3D space",
                                          "items": {
                                            "type": "number"
                                          },
                                          "maxItems": 3,
                                          "minItems": 2,
                                          "type": "array"
                                        },
                                        "type": "array"
                                      },
                                      "type": {
                                        "enum": [
                                          "LineString"
                                        ],
                                        "type": "string"
                                      }
                                    }
                                  }
                                ],
                                "description": "GeoJSON geometry",
                                "type": "object"
                              },
                              "globalid": {
                                "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                "title": "Rioolleiding global ID",
                                "type": "string"
                              },
                              "globalidBeginknoop": {
                                "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                                "nullable": true,
                                "title": "Rioolleiding beginknoop ID",
                                "type": "string"
                              },
                              "globalidEindknoop": {
                                "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                                "nullable": true,
                                "title": "Rioolleiding eindknoop ID",
                                "type": "string"
                              },
                              "hoogte": {
                                "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Leiding hoogte",
                                "type": "integer"
                              },
                              "jaarGelegd": {
                                "description": "Het jaar waarin een rioolleiding is gelegd.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolleiding aanleg jaar",
                                "type": "integer"
                              },
                              "leveringsdatum": {
                                "description": "Datum van levering bronbestand door Waternet.",
                                "nullable": true,
                                "type": "string"
                              },
                              "materiaal": {
                                "description": "Type materiaal rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding materiaal",
                                "type": "string"
                              },
                              "objectnummer": {
                                "description": "Uniek objectnummer van de rioolleiding.",
                                "format": "int64",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "nullable": true,
                                "title": "Rioolleiding objectnummer",
                                "type": "integer"
                              },
                              "soort": {
                                "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
                                "nullable": true,
                                "title": "Rioolleiding soort",
                                "type": "string"
                              },
                              "status": {
                                "description": "Gebruiksstatus van de rioolleiding in het net.",
                                "nullable": true,
                                "title": "Rioolleiding status",
                                "type": "string"
                              },
                              "stelselType": {
                                "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
                                "nullable": true,
                                "title": "Type stelsel",
                                "type": "string"
                              },
                              "toelichting": {
                                "description": "Toelichting van de rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding toelichting",
                                "type": "string"
                              },
                              "typeLeiding": {
                                "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
                                "nullable": true,
                                "title": "Rioolleiding type",
                                "type": "string"
                              },
                              "vorm": {
                                "description": "Vorm van de rioolleiding.",
                                "nullable": true,
                                "title": "Rioolleiding vorm",
                                "type": "string"
                              }
                            },
                            "required": [
                              "_links",
                              "globalid"
                            ],
                            "type": "object"
                          },
                          "type": "array"
                        }
                      },
                      "type": "object"
                    },
                    "_links": {
                      "properties": {
                        "next": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "previous": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2",
                              "format": "uri",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "self": {
                          "properties": {
                            "href": {
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3",
                              "format": "uri",
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      },
                      "type": "object"
                    },
                    "page": {
                      "properties": {
                        "number": {
                          "example": 3,
                          "type": "integer"
                        },
                        "size": {
                          "example": 20,
                          "type": "integer"
                        },
                        "totalElements": {
                          "example": 5,
                          "type": "integer"
                        },
                        "totalPages": {
                          "example": 3,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    }
                  },
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "waternet_rioolleidingen"
        ]
      }
    },
    "/waternet_rioolleidingen/{globalid}": {
      "get": {
        "operationId": "leidingeninfrastructuur_waternet_rioolleidingen_retrieve",
        "parameters": [
          {
            "description": "Accept-Crs header for Geo queries",
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Content-Crs header for Geo queries",
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Api Key for statistical purposes, not for authentication",
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Specify type of header for csv file",
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "enum": [
                "id",
                "title",
                "none"
              ],
              "type": "string"
            }
          },
          {
            "description": "Specify type of separator for csv file",
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "enum": [
                ",",
                ";"
              ],
              "type": "string"
            }
          },
          {
            "description": "Allow to expand relations.",
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Comma separated list of named relations to expand.",
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Comma-separated list of fields to display",
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Select the export format",
            "in": "query",
            "name": "_format",
            "schema": {
              "enum": [
                "json",
                "csv",
                "geojson"
              ],
              "type": "string"
            }
          },
          {
            "description": "Which field to use when ordering the results.",
            "in": "query",
            "name": "_sort",
            "required": false,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
            "in": "query",
            "name": "bobBeginpunt",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "bobBeginpunt[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "bobBeginpunt[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bobBeginpunt[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bobBeginpunt[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "bobBeginpunt[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "bobBeginpunt[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "bobBeginpunt[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
            "in": "query",
            "name": "bobEindpunt",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "bobEindpunt[gt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "bobEindpunt[gte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "bobEindpunt[in]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "bobEindpunt[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "bobEindpunt[lt]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "bobEindpunt[lte]",
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "bobEindpunt[not]",
            "schema": {
              "items": {
                "type": "number"
              },
              "type": "array"
            }
          },
          {
            "description": "Breedte leiding in millimeters.",
            "in": "query",
            "name": "breedte",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "breedte[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "breedte[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "breedte[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "breedte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "breedte[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "breedte[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "breedte[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Diameter leiding in millimeters.",
            "in": "query",
            "name": "diameter",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "diameter[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "diameter[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "diameter[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "diameter[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "diameter[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "diameter[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "diameter[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Omschrijving van de type fundering van een rioolleiding",
            "in": "query",
            "name": "funderingstype",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "funderingstype[in]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "funderingstype[isempty]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "funderingstype[isnull]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "funderingstype[like]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "funderingstype[not]",
            "schema": {
              "enum": [
                "Grondverb.",
                "Onderheid",
                "Sloofconst.",
                "Standaard"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "in": "path",
            "name": "globalid",
            "required": true,
            "schema": {
              "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
              "title": "Rioolleiding global ID",
              "type": "string"
            }
          },
          {
            "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
            "in": "query",
            "name": "globalid",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
            "in": "query",
            "name": "globalidBeginknoop",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "globalidBeginknoop[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "globalidBeginknoop[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "globalidBeginknoop[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "globalidBeginknoop[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "globalidBeginknoop[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
            "in": "query",
            "name": "globalidEindknoop",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "globalidEindknoop[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "globalidEindknoop[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "globalidEindknoop[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "globalidEindknoop[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "globalidEindknoop[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "globalid[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "globalid[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "globalid[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "globalid[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "globalid[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
            "in": "query",
            "name": "hoogte",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "hoogte[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "hoogte[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "hoogte[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "hoogte[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "hoogte[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "hoogte[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "hoogte[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Het jaar waarin een rioolleiding is gelegd.",
            "in": "query",
            "name": "jaarGelegd",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "jaarGelegd[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "jaarGelegd[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "jaarGelegd[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "jaarGelegd[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "jaarGelegd[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "jaarGelegd[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "jaarGelegd[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Datum van levering bronbestand door Waternet.",
            "in": "query",
            "name": "leveringsdatum",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "leveringsdatum[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "leveringsdatum[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "leveringsdatum[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "leveringsdatum[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "leveringsdatum[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type materiaal rioolleiding.",
            "in": "query",
            "name": "materiaal",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "materiaal[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "materiaal[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "materiaal[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "materiaal[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "materiaal[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Uniek objectnummer van de rioolleiding.",
            "in": "query",
            "name": "objectnummer",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than; number",
            "in": "query",
            "name": "objectnummer[gt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Greater than or equal to; number",
            "in": "query",
            "name": "objectnummer[gte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "objectnummer[in]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "objectnummer[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Less than; number",
            "in": "query",
            "name": "objectnummer[lt]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Less than or equal to; number",
            "in": "query",
            "name": "objectnummer[lte]",
            "schema": {
              "type": "integer"
            }
          },
          {
            "description": "Exclude matches; number",
            "in": "query",
            "name": "objectnummer[not]",
            "schema": {
              "items": {
                "type": "integer"
              },
              "type": "array"
            }
          },
          {
            "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
            "in": "query",
            "name": "soort",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "soort[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "soort[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "soort[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "soort[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "soort[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Gebruiksstatus van de rioolleiding in het net.",
            "in": "query",
            "name": "status",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "status[in]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "status[isempty]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "status[isnull]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "status[like]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "status[not]",
            "schema": {
              "enum": [
                "In Bedrijf",
                "In bedrijf (te vervallen)",
                "Vervallen"
              ],
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
            "in": "query",
            "name": "stelselType",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "stelselType[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "stelselType[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "stelselType[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "stelselType[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "stelselType[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Toelichting van de rioolleiding.",
            "in": "query",
            "name": "toelichting",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "toelichting[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "toelichting[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "toelichting[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "toelichting[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "toelichting[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
            "in": "query",
            "name": "typeLeiding",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "typeLeiding[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "typeLeiding[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "typeLeiding[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "typeLeiding[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "typeLeiding[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          {
            "description": "Vorm van de rioolleiding.",
            "in": "query",
            "name": "vorm",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "explode": false,
            "in": "query",
            "name": "vorm[in]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "style": "form"
          },
          {
            "description": "Whether the field is empty or not.",
            "in": "query",
            "name": "vorm[isempty]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Whether the field has a NULL value or not.",
            "in": "query",
            "name": "vorm[isnull]",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Matches text using wildcards (? and *).",
            "in": "query",
            "name": "vorm[like]",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Exclude matches; text",
            "in": "query",
            "name": "vorm[not]",
            "schema": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/geo+json": {
                "schema": {
                  "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to waternetRioolleidingen.",
                              "properties": {
                                "globalid": {
                                  "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                  "title": "Rioolleiding global ID",
                                  "type": "string"
                                },
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "globalid",
                                "href",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bobBeginpunt": {
                      "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
                      "format": "double",
                      "nullable": true,
                      "title": "Hoogte binnen onderkant buis beginpunt",
                      "type": "number"
                    },
                    "bobEindpunt": {
                      "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
                      "format": "double",
                      "nullable": true,
                      "title": "Hoogte binnen onderkant buis eindpunt",
                      "type": "number"
                    },
                    "breedte": {
                      "description": "Breedte leiding in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding breedte",
                      "type": "integer"
                    },
                    "diameter": {
                      "description": "Diameter leiding in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding diameter",
                      "type": "integer"
                    },
                    "funderingstype": {
                      "description": "Omschrijving van de type fundering van een rioolleiding",
                      "nullable": true,
                      "title": "Rioolleiding funderingstype",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "description": "Point in 3D space",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 3,
                                "minItems": 2,
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "LineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "globalid": {
                      "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                      "title": "Rioolleiding global ID",
                      "type": "string"
                    },
                    "globalidBeginknoop": {
                      "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                      "nullable": true,
                      "title": "Rioolleiding beginknoop ID",
                      "type": "string"
                    },
                    "globalidEindknoop": {
                      "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                      "nullable": true,
                      "title": "Rioolleiding eindknoop ID",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding hoogte",
                      "type": "integer"
                    },
                    "jaarGelegd": {
                      "description": "Het jaar waarin een rioolleiding is gelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolleiding aanleg jaar",
                      "type": "integer"
                    },
                    "leveringsdatum": {
                      "description": "Datum van levering bronbestand door Waternet.",
                      "nullable": true,
                      "type": "string"
                    },
                    "materiaal": {
                      "description": "Type materiaal rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding materiaal",
                      "type": "string"
                    },
                    "objectnummer": {
                      "description": "Uniek objectnummer van de rioolleiding.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolleiding objectnummer",
                      "type": "integer"
                    },
                    "soort": {
                      "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
                      "nullable": true,
                      "title": "Rioolleiding soort",
                      "type": "string"
                    },
                    "status": {
                      "description": "Gebruiksstatus van de rioolleiding in het net.",
                      "nullable": true,
                      "title": "Rioolleiding status",
                      "type": "string"
                    },
                    "stelselType": {
                      "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
                      "nullable": true,
                      "title": "Type stelsel",
                      "type": "string"
                    },
                    "toelichting": {
                      "description": "Toelichting van de rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding toelichting",
                      "type": "string"
                    },
                    "typeLeiding": {
                      "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
                      "nullable": true,
                      "title": "Rioolleiding type",
                      "type": "string"
                    },
                    "vorm": {
                      "description": "Vorm van de rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding vorm",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "globalid"
                  ],
                  "type": "object"
                }
              },
              "application/hal+json": {
                "schema": {
                  "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to waternetRioolleidingen.",
                              "properties": {
                                "globalid": {
                                  "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                  "title": "Rioolleiding global ID",
                                  "type": "string"
                                },
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "globalid",
                                "href",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bobBeginpunt": {
                      "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
                      "format": "double",
                      "nullable": true,
                      "title": "Hoogte binnen onderkant buis beginpunt",
                      "type": "number"
                    },
                    "bobEindpunt": {
                      "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
                      "format": "double",
                      "nullable": true,
                      "title": "Hoogte binnen onderkant buis eindpunt",
                      "type": "number"
                    },
                    "breedte": {
                      "description": "Breedte leiding in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding breedte",
                      "type": "integer"
                    },
                    "diameter": {
                      "description": "Diameter leiding in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding diameter",
                      "type": "integer"
                    },
                    "funderingstype": {
                      "description": "Omschrijving van de type fundering van een rioolleiding",
                      "nullable": true,
                      "title": "Rioolleiding funderingstype",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "description": "Point in 3D space",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 3,
                                "minItems": 2,
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "LineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "globalid": {
                      "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                      "title": "Rioolleiding global ID",
                      "type": "string"
                    },
                    "globalidBeginknoop": {
                      "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                      "nullable": true,
                      "title": "Rioolleiding beginknoop ID",
                      "type": "string"
                    },
                    "globalidEindknoop": {
                      "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                      "nullable": true,
                      "title": "Rioolleiding eindknoop ID",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding hoogte",
                      "type": "integer"
                    },
                    "jaarGelegd": {
                      "description": "Het jaar waarin een rioolleiding is gelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolleiding aanleg jaar",
                      "type": "integer"
                    },
                    "leveringsdatum": {
                      "description": "Datum van levering bronbestand door Waternet.",
                      "nullable": true,
                      "type": "string"
                    },
                    "materiaal": {
                      "description": "Type materiaal rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding materiaal",
                      "type": "string"
                    },
                    "objectnummer": {
                      "description": "Uniek objectnummer van de rioolleiding.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolleiding objectnummer",
                      "type": "integer"
                    },
                    "soort": {
                      "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
                      "nullable": true,
                      "title": "Rioolleiding soort",
                      "type": "string"
                    },
                    "status": {
                      "description": "Gebruiksstatus van de rioolleiding in het net.",
                      "nullable": true,
                      "title": "Rioolleiding status",
                      "type": "string"
                    },
                    "stelselType": {
                      "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
                      "nullable": true,
                      "title": "Type stelsel",
                      "type": "string"
                    },
                    "toelichting": {
                      "description": "Toelichting van de rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding toelichting",
                      "type": "string"
                    },
                    "typeLeiding": {
                      "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
                      "nullable": true,
                      "title": "Rioolleiding type",
                      "type": "string"
                    },
                    "vorm": {
                      "description": "Vorm van de rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding vorm",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "globalid"
                  ],
                  "type": "object"
                }
              },
              "text/csv": {
                "schema": {
                  "description": "Alle rioolleidingen welke door Waternet beschikbaar worden gesteld.",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "description": "The contents of the `waternetRioolleidingen._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "description": "The schema field is exposed with every record",
                              "format": "uri",
                              "readOnly": true,
                              "type": "string"
                            },
                            "self": {
                              "description": "The identifier of the relationship to waternetRioolleidingen.",
                              "properties": {
                                "globalid": {
                                  "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                                  "title": "Rioolleiding global ID",
                                  "type": "string"
                                },
                                "href": {
                                  "format": "uri",
                                  "readOnly": true,
                                  "type": "string"
                                },
                                "title": {
                                  "type": "string"
                                }
                              },
                              "required": [
                                "globalid",
                                "href",
                                "title"
                              ],
                              "type": "object"
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ],
                          "type": "object"
                        }
                      ],
                      "title": " links"
                    },
                    "bobBeginpunt": {
                      "description": "Hoogte Binnen Onderkant Buis van het beginpunt van de leiding in meters ten opzichte van NAP.",
                      "format": "double",
                      "nullable": true,
                      "title": "Hoogte binnen onderkant buis beginpunt",
                      "type": "number"
                    },
                    "bobEindpunt": {
                      "description": "Hoogte Binnen Onderkant Buis van het eindpunt van de leiding in meters ten opzichte van NAP.",
                      "format": "double",
                      "nullable": true,
                      "title": "Hoogte binnen onderkant buis eindpunt",
                      "type": "number"
                    },
                    "breedte": {
                      "description": "Breedte leiding in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding breedte",
                      "type": "integer"
                    },
                    "diameter": {
                      "description": "Diameter leiding in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding diameter",
                      "type": "integer"
                    },
                    "funderingstype": {
                      "description": "Omschrijving van de type fundering van een rioolleiding",
                      "nullable": true,
                      "title": "Rioolleiding funderingstype",
                      "type": "string"
                    },
                    "geometrie": {
                      "allOf": [
                        {
                          "description": "GeoJSON geometry",
                          "discriminator": {
                            "propertyName": "type"
                          },
                          "properties": {
                            "coordinates": {
                              "description": "Based on the geometry type, a point or collection of points.",
                              "items": {
                                "type": "number"
                              },
                              "minItems": 2,
                              "type": "array"
                            },
                            "type": {
                              "description": "the geometry type",
                              "enum": [
                                "Point",
                                "LineString",
                                "Polygon",
                                "MultiPoint",
                                "MultiLineString",
                                "MultiPolygon"
                              ],
                              "type": "string"
                            }
                          },
                          "required": [
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "properties": {
                            "coordinates": {
                              "items": {
                                "description": "Point in 3D space",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 3,
                                "minItems": 2,
                                "type": "array"
                              },
                              "type": "array"
                            },
                            "type": {
                              "enum": [
                                "LineString"
                              ],
                              "type": "string"
                            }
                          }
                        }
                      ],
                      "description": "GeoJSON geometry",
                      "type": "object"
                    },
                    "globalid": {
                      "description": "Global ID van de beginknoop. UUID in GIS voor het gis-object.",
                      "title": "Rioolleiding global ID",
                      "type": "string"
                    },
                    "globalidBeginknoop": {
                      "description": "Global ID van de beginknoop. Middels dit ID van de beginknoop (vertex 0) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                      "nullable": true,
                      "title": "Rioolleiding beginknoop ID",
                      "type": "string"
                    },
                    "globalidEindknoop": {
                      "description": "Global ID van de eindknoop. Middels dit ID van de eindknoop (vertex -1) kan er een koppeling worden gemaakt met de rioolknopen dataset.",
                      "nullable": true,
                      "title": "Rioolleiding eindknoop ID",
                      "type": "string"
                    },
                    "hoogte": {
                      "description": "Hoogte leiding gemeten vanaf NAP in millimeters.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Leiding hoogte",
                      "type": "integer"
                    },
                    "jaarGelegd": {
                      "description": "Het jaar waarin een rioolleiding is gelegd.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolleiding aanleg jaar",
                      "type": "integer"
                    },
                    "leveringsdatum": {
                      "description": "Datum van levering bronbestand door Waternet.",
                      "nullable": true,
                      "type": "string"
                    },
                    "materiaal": {
                      "description": "Type materiaal rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding materiaal",
                      "type": "string"
                    },
                    "objectnummer": {
                      "description": "Uniek objectnummer van de rioolleiding.",
                      "format": "int64",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "nullable": true,
                      "title": "Rioolleiding objectnummer",
                      "type": "integer"
                    },
                    "soort": {
                      "description": "Soort rioolleiding. Bijvoorbeeld een rioolleiding, een vuilwaterrioolleiding, een transportleiding, drain etc.",
                      "nullable": true,
                      "title": "Rioolleiding soort",
                      "type": "string"
                    },
                    "status": {
                      "description": "Gebruiksstatus van de rioolleiding in het net.",
                      "nullable": true,
                      "title": "Rioolleiding status",
                      "type": "string"
                    },
                    "stelselType": {
                      "description": "Type stelsel waarvan de rioolleiding deel van uitmaakt. Bijvoorbeeld regenwaterstelsel, gemengd stelsel, vuilwaterstelsel etc. ",
                      "nullable": true,
                      "title": "Type stelsel",
                      "type": "string"
                    },
                    "toelichting": {
                      "description": "Toelichting van de rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding toelichting",
                      "type": "string"
                    },
                    "typeLeiding": {
                      "description": "Type rioolleiding, een nadere toelichting op het soort leiding.",
                      "nullable": true,
                      "title": "Rioolleiding type",
                      "type": "string"
                    },
                    "vorm": {
                      "description": "Vorm van de rioolleiding.",
                      "nullable": true,
                      "title": "Rioolleiding vorm",
                      "type": "string"
                    }
                  },
                  "required": [
                    "_links",
                    "globalid"
                  ],
                  "type": "object"
                }
              }
            },
            "description": ""
          }
        },
        "tags": [
          "waternet_rioolleidingen"
        ]
      }
    }
  },
  "security": [
    {
      "oauth2": []
    }
  ],
  "servers": [
    {
      "url": "https://api.data.amsterdam.nl/"
    }
  ],
  "x-versions": {
    "default": {
      "default": true,
      "endSupportDate": null,
      "paths": {
        "amsterdam_ovl_bovengrondse_kabels": "stable",
        "amsterdam_ovl_lichtpunten": "stable",
        "amsterdam_ovl_mantelbuizen": "stable",
        "amsterdam_ovl_ondergrondse_kabels": "stable",
        "amsterdam_ovl_punten": "stable",
        "klic_eisvoorzorgsmaatregelen": "stable",
        "klic_kabels_en_leidingen": "stable",
        "klic_puntobjecten": "stable",
        "waternet_rioolknopen": "stable",
        "waternet_rioolleidingen": "stable"
      },
      "pathsUnderDevelopment": false,
      "status": "stable",
      "statusDescription": "stabiel",
      "url": "https://api.data.amsterdam.nl/v1/leidingeninfrastructuur"
    },
    "v1": {
      "default": true,
      "endSupportDate": null,
      "paths": {
        "amsterdam_ovl_bovengrondse_kabels": "stable",
        "amsterdam_ovl_lichtpunten": "stable",
        "amsterdam_ovl_mantelbuizen": "stable",
        "amsterdam_ovl_ondergrondse_kabels": "stable",
        "amsterdam_ovl_punten": "stable",
        "klic_eisvoorzorgsmaatregelen": "stable",
        "klic_kabels_en_leidingen": "stable",
        "klic_puntobjecten": "stable",
        "waternet_rioolknopen": "stable",
        "waternet_rioolleidingen": "stable"
      },
      "pathsUnderDevelopment": false,
      "status": "stable",
      "statusDescription": "stabiel",
      "url": "https://api.data.amsterdam.nl/v1/leidingeninfrastructuur/v1"
    }
  }
}