{
  "openapi": "3.0.3",
  "info": {
    "title": "uitvoeringsplan",
    "version": "1.2.0",
    "description": "Uitvoeringsplannen afdeling Stedelijk beheer met betrekking tot de openbare ruimte",
    "termsOfService": "https://data.amsterdam.nl/",
    "contact": {
      "email": "datapunt@amsterdam.nl"
    },
    "license": {
      "name": "openbaar, tenzij anders aangegeven / behoudens uitzonderingen"
    }
  },
  "servers": [
    {
      "url": "https://api.data.amsterdam.nl/"
    }
  ],
  "security": [
    {
      "oauth2": []
    }
  ],
  "externalDocs": {
    "description": "API Usage Documentation",
    "url": "https://api.data.amsterdam.nl/v1/docs/datasets/uitvoeringsplan.html"
  },
  "paths": {
    "/uitvoeringsplan": {
      "get": {
        "operationId": "uitvoeringsplan_uitvoeringsplan_list",
        "description": "Uitvoeringsplannen voor de openbare ruimte",
        "parameters": [
          {
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Accept-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Content-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            },
            "description": "Api Key for statistical purposes, not for authentication"
          },
          {
            "name": "_count",
            "required": false,
            "in": "query",
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "type": "string",
              "enum": [
                "id",
                "title",
                "none"
              ]
            },
            "description": "Specify type of header for csv file"
          },
          {
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "type": "string",
              "enum": [
                ",",
                ";"
              ]
            },
            "description": "Specify type of separator for csv file"
          },
          {
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            },
            "description": "Allow to expand relations."
          },
          {
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            },
            "description": "Comma separated list of named relations to expand."
          },
          {
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            },
            "description": "Comma-separated list of fields to display"
          },
          {
            "in": "query",
            "name": "_format",
            "schema": {
              "type": "string",
              "enum": [
                "json",
                "csv",
                "geojson"
              ]
            },
            "description": "Select the export format"
          },
          {
            "name": "_pageSize",
            "required": false,
            "in": "query",
            "description": "Number of results to return per page.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "_sort",
            "required": false,
            "in": "query",
            "description": "Which field to use when ordering the results.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asset",
            "in": "query",
            "description": "Soort object",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asset[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "asset[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "asset[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "asset[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asset[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "geometrie",
            "in": "query",
            "description": "Geometrie van de plangrens",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometrie[contains]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometrie[intersects]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometrie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometrie[not]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geplandeEindeUitvoering",
            "in": "query",
            "description": "Gepland einde van de uitvoering.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "geplandeEindeUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "geplandeEindeUitvoering[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "geplandeStartUitvoering",
            "in": "query",
            "description": "Gepland begin van de uitvoering.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "geplandeStartUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "geplandeStartUitvoering[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "geplandeStartVoorbereiding",
            "in": "query",
            "description": "Gepland begin van de voorbereiding.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "geplandeStartVoorbereiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Id van het object",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "onderhoudssoort",
            "in": "query",
            "description": "Soort onderhoud",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "onderhoudssoort[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "onderhoudssoort[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "onderhoudssoort[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "onderhoudssoort[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "onderhoudssoort[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "projectnaam",
            "in": "query",
            "description": "Projectnaam",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "projectnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "projectnummer",
            "in": "query",
            "description": "Project nummer",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "projectnummer[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectnummer[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectnummer[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "projectomschrijving",
            "in": "query",
            "description": "Projectomschrijving",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectomschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "projectomschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectomschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectomschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectomschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "uitvoeringsorganisatie",
            "in": "query",
            "description": "Uitvoeringsorganisatie",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uitvoeringsorganisatie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "uitvoeringsorganisatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "uitvoeringsorganisatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "uitvoeringsorganisatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uitvoeringsorganisatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "uitvoeringsplan"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "uitvoeringsplan": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Uitvoeringsplannen voor de openbare ruimte",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to uitvoeringsplan.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Id van het object"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Id van het object"
                              },
                              "asset": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort object"
                              },
                              "geplandeEindeUitvoering": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland einde van de uitvoering",
                                "description": "Gepland einde van de uitvoering."
                              },
                              "geplandeStartVoorbereiding": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland begin van de voorbereiding",
                                "description": "Gepland begin van de voorbereiding."
                              },
                              "geplandeStartUitvoering": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland begin van de uitvoering",
                                "description": "Gepland begin van de uitvoering."
                              },
                              "projectnummer": {
                                "type": "string",
                                "nullable": true,
                                "title": "Project nummer",
                                "description": "Project nummer"
                              },
                              "geometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "discriminator": {
                                  "propertyName": "type"
                                },
                                "required": [
                                  "type"
                                ],
                                "properties": {
                                  "type": {
                                    "type": "string",
                                    "enum": [
                                      "Point",
                                      "LineString",
                                      "Polygon",
                                      "MultiPoint",
                                      "MultiLineString",
                                      "MultiPolygon"
                                    ],
                                    "description": "the geometry type"
                                  },
                                  "coordinates": {
                                    "type": "array",
                                    "minItems": 2,
                                    "description": "Based on the geometry type, a point or collection of points.",
                                    "items": {
                                      "type": "number"
                                    }
                                  }
                                }
                              },
                              "onderhoudssoort": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort onderhoud"
                              },
                              "projectnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Projectnaam"
                              },
                              "projectomschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Projectomschrijving"
                              },
                              "uitvoeringsorganisatie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Uitvoeringsorganisatie"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "uitvoeringsplan": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Uitvoeringsplannen voor de openbare ruimte",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to uitvoeringsplan.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Id van het object"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Id van het object"
                              },
                              "asset": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort object"
                              },
                              "geplandeEindeUitvoering": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland einde van de uitvoering",
                                "description": "Gepland einde van de uitvoering."
                              },
                              "geplandeStartVoorbereiding": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland begin van de voorbereiding",
                                "description": "Gepland begin van de voorbereiding."
                              },
                              "geplandeStartUitvoering": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland begin van de uitvoering",
                                "description": "Gepland begin van de uitvoering."
                              },
                              "projectnummer": {
                                "type": "string",
                                "nullable": true,
                                "title": "Project nummer",
                                "description": "Project nummer"
                              },
                              "geometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "discriminator": {
                                  "propertyName": "type"
                                },
                                "required": [
                                  "type"
                                ],
                                "properties": {
                                  "type": {
                                    "type": "string",
                                    "enum": [
                                      "Point",
                                      "LineString",
                                      "Polygon",
                                      "MultiPoint",
                                      "MultiLineString",
                                      "MultiPolygon"
                                    ],
                                    "description": "the geometry type"
                                  },
                                  "coordinates": {
                                    "type": "array",
                                    "minItems": 2,
                                    "description": "Based on the geometry type, a point or collection of points.",
                                    "items": {
                                      "type": "number"
                                    }
                                  }
                                }
                              },
                              "onderhoudssoort": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort onderhoud"
                              },
                              "projectnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Projectnaam"
                              },
                              "projectomschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Projectomschrijving"
                              },
                              "uitvoeringsorganisatie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Uitvoeringsorganisatie"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page": {
                      "type": "object",
                      "properties": {
                        "number": {
                          "type": "integer",
                          "example": 3
                        },
                        "size": {
                          "type": "integer",
                          "example": 20
                        },
                        "totalElements": {
                          "type": "integer",
                          "example": 5
                        },
                        "totalPages": {
                          "type": "integer",
                          "example": 3
                        }
                      }
                    },
                    "_links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                            }
                          }
                        },
                        "next": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                            }
                          }
                        },
                        "previous": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string",
                              "nullable": true,
                              "format": "uri",
                              "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                            }
                          }
                        }
                      }
                    },
                    "_embedded": {
                      "type": "object",
                      "properties": {
                        "uitvoeringsplan": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "Uitvoeringsplannen voor de openbare ruimte",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
                                    "properties": {
                                      "schema": {
                                        "type": "string",
                                        "format": "uri",
                                        "description": "The schema field is exposed with every record",
                                        "readOnly": true
                                      },
                                      "self": {
                                        "type": "object",
                                        "description": "The identifier of the relationship to uitvoeringsplan.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "integer",
                                            "maximum": 9223372036854776000,
                                            "minimum": -9223372036854776000,
                                            "format": "int64",
                                            "description": "Id van het object"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "description": "Id van het object"
                              },
                              "asset": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort object"
                              },
                              "geplandeEindeUitvoering": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland einde van de uitvoering",
                                "description": "Gepland einde van de uitvoering."
                              },
                              "geplandeStartVoorbereiding": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland begin van de voorbereiding",
                                "description": "Gepland begin van de voorbereiding."
                              },
                              "geplandeStartUitvoering": {
                                "type": "integer",
                                "maximum": 9223372036854776000,
                                "minimum": -9223372036854776000,
                                "format": "int64",
                                "nullable": true,
                                "title": "Gepland begin van de uitvoering",
                                "description": "Gepland begin van de uitvoering."
                              },
                              "projectnummer": {
                                "type": "string",
                                "nullable": true,
                                "title": "Project nummer",
                                "description": "Project nummer"
                              },
                              "geometrie": {
                                "type": "object",
                                "description": "GeoJSON geometry",
                                "discriminator": {
                                  "propertyName": "type"
                                },
                                "required": [
                                  "type"
                                ],
                                "properties": {
                                  "type": {
                                    "type": "string",
                                    "enum": [
                                      "Point",
                                      "LineString",
                                      "Polygon",
                                      "MultiPoint",
                                      "MultiLineString",
                                      "MultiPolygon"
                                    ],
                                    "description": "the geometry type"
                                  },
                                  "coordinates": {
                                    "type": "array",
                                    "minItems": 2,
                                    "description": "Based on the geometry type, a point or collection of points.",
                                    "items": {
                                      "type": "number"
                                    }
                                  }
                                }
                              },
                              "onderhoudssoort": {
                                "type": "string",
                                "nullable": true,
                                "description": "Soort onderhoud"
                              },
                              "projectnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Projectnaam"
                              },
                              "projectomschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Projectomschrijving"
                              },
                              "uitvoeringsorganisatie": {
                                "type": "string",
                                "nullable": true,
                                "description": "Uitvoeringsorganisatie"
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/uitvoeringsplan/{id}": {
      "get": {
        "operationId": "uitvoeringsplan_uitvoeringsplan_retrieve",
        "parameters": [
          {
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Accept-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Content-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            },
            "description": "Api Key for statistical purposes, not for authentication"
          },
          {
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "type": "string",
              "enum": [
                "id",
                "title",
                "none"
              ]
            },
            "description": "Specify type of header for csv file"
          },
          {
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "type": "string",
              "enum": [
                ",",
                ";"
              ]
            },
            "description": "Specify type of separator for csv file"
          },
          {
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            },
            "description": "Allow to expand relations."
          },
          {
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            },
            "description": "Comma separated list of named relations to expand."
          },
          {
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            },
            "description": "Comma-separated list of fields to display"
          },
          {
            "in": "query",
            "name": "_format",
            "schema": {
              "type": "string",
              "enum": [
                "json",
                "csv",
                "geojson"
              ]
            },
            "description": "Select the export format"
          },
          {
            "name": "_sort",
            "required": false,
            "in": "query",
            "description": "Which field to use when ordering the results.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asset",
            "in": "query",
            "description": "Soort object",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asset[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "asset[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "asset[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "asset[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "asset[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "geometrie",
            "in": "query",
            "description": "Geometrie van de plangrens",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometrie[contains]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometrie[intersects]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometrie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geometrie[not]",
            "in": "query",
            "description": "GeoJSON | GEOMETRY(...)",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geplandeEindeUitvoering",
            "in": "query",
            "description": "Gepland einde van de uitvoering.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "geplandeEindeUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "geplandeEindeUitvoering[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeEindeUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "geplandeStartUitvoering",
            "in": "query",
            "description": "Gepland begin van de uitvoering.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "geplandeStartUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "geplandeStartUitvoering[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "geplandeStartVoorbereiding",
            "in": "query",
            "description": "Gepland begin van de voorbereiding.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "geplandeStartVoorbereiding[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "geplandeStartVoorbereiding[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "required": true
          },
          {
            "name": "id",
            "in": "query",
            "description": "Id van het object",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[gt]",
            "in": "query",
            "description": "Greater than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[gte]",
            "in": "query",
            "description": "Greater than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[lt]",
            "in": "query",
            "description": "Less than; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[lte]",
            "in": "query",
            "description": "Less than or equal to; number",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; number",
            "schema": {
              "type": "array",
              "items": {
                "type": "integer"
              }
            }
          },
          {
            "name": "onderhoudssoort",
            "in": "query",
            "description": "Soort onderhoud",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "onderhoudssoort[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "onderhoudssoort[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "onderhoudssoort[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "onderhoudssoort[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "onderhoudssoort[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "projectnaam",
            "in": "query",
            "description": "Projectnaam",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectnaam[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "projectnaam[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectnaam[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectnaam[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectnaam[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "projectnummer",
            "in": "query",
            "description": "Project nummer",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectnummer[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "projectnummer[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectnummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectnummer[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectnummer[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "projectomschrijving",
            "in": "query",
            "description": "Projectomschrijving",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectomschrijving[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "projectomschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectomschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "projectomschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectomschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "uitvoeringsorganisatie",
            "in": "query",
            "description": "Uitvoeringsorganisatie",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uitvoeringsorganisatie[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "uitvoeringsorganisatie[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "uitvoeringsorganisatie[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "uitvoeringsorganisatie[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uitvoeringsorganisatie[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "uitvoeringsplan"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "Uitvoeringsplannen voor de openbare ruimte",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to uitvoeringsplan.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Id van het object"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Id van het object"
                    },
                    "asset": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort object"
                    },
                    "geplandeEindeUitvoering": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland einde van de uitvoering",
                      "description": "Gepland einde van de uitvoering."
                    },
                    "geplandeStartVoorbereiding": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland begin van de voorbereiding",
                      "description": "Gepland begin van de voorbereiding."
                    },
                    "geplandeStartUitvoering": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland begin van de uitvoering",
                      "description": "Gepland begin van de uitvoering."
                    },
                    "projectnummer": {
                      "type": "string",
                      "nullable": true,
                      "title": "Project nummer",
                      "description": "Project nummer"
                    },
                    "geometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "discriminator": {
                        "propertyName": "type"
                      },
                      "required": [
                        "type"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "enum": [
                            "Point",
                            "LineString",
                            "Polygon",
                            "MultiPoint",
                            "MultiLineString",
                            "MultiPolygon"
                          ],
                          "description": "the geometry type"
                        },
                        "coordinates": {
                          "type": "array",
                          "minItems": 2,
                          "description": "Based on the geometry type, a point or collection of points.",
                          "items": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "onderhoudssoort": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort onderhoud"
                    },
                    "projectnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Projectnaam"
                    },
                    "projectomschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Projectomschrijving"
                    },
                    "uitvoeringsorganisatie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Uitvoeringsorganisatie"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "Uitvoeringsplannen voor de openbare ruimte",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to uitvoeringsplan.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Id van het object"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Id van het object"
                    },
                    "asset": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort object"
                    },
                    "geplandeEindeUitvoering": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland einde van de uitvoering",
                      "description": "Gepland einde van de uitvoering."
                    },
                    "geplandeStartVoorbereiding": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland begin van de voorbereiding",
                      "description": "Gepland begin van de voorbereiding."
                    },
                    "geplandeStartUitvoering": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland begin van de uitvoering",
                      "description": "Gepland begin van de uitvoering."
                    },
                    "projectnummer": {
                      "type": "string",
                      "nullable": true,
                      "title": "Project nummer",
                      "description": "Project nummer"
                    },
                    "geometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "discriminator": {
                        "propertyName": "type"
                      },
                      "required": [
                        "type"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "enum": [
                            "Point",
                            "LineString",
                            "Polygon",
                            "MultiPoint",
                            "MultiLineString",
                            "MultiPolygon"
                          ],
                          "description": "the geometry type"
                        },
                        "coordinates": {
                          "type": "array",
                          "minItems": 2,
                          "description": "Based on the geometry type, a point or collection of points.",
                          "items": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "onderhoudssoort": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort onderhoud"
                    },
                    "projectnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Projectnaam"
                    },
                    "projectomschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Projectomschrijving"
                    },
                    "uitvoeringsorganisatie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Uitvoeringsorganisatie"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "Uitvoeringsplannen voor de openbare ruimte",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to uitvoeringsplan.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Id van het object"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Id van het object"
                    },
                    "asset": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort object"
                    },
                    "geplandeEindeUitvoering": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland einde van de uitvoering",
                      "description": "Gepland einde van de uitvoering."
                    },
                    "geplandeStartVoorbereiding": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland begin van de voorbereiding",
                      "description": "Gepland begin van de voorbereiding."
                    },
                    "geplandeStartUitvoering": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland begin van de uitvoering",
                      "description": "Gepland begin van de uitvoering."
                    },
                    "projectnummer": {
                      "type": "string",
                      "nullable": true,
                      "title": "Project nummer",
                      "description": "Project nummer"
                    },
                    "geometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "discriminator": {
                        "propertyName": "type"
                      },
                      "required": [
                        "type"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "enum": [
                            "Point",
                            "LineString",
                            "Polygon",
                            "MultiPoint",
                            "MultiLineString",
                            "MultiPolygon"
                          ],
                          "description": "the geometry type"
                        },
                        "coordinates": {
                          "type": "array",
                          "minItems": 2,
                          "description": "Based on the geometry type, a point or collection of points.",
                          "items": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "onderhoudssoort": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort onderhoud"
                    },
                    "projectnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Projectnaam"
                    },
                    "projectomschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Projectomschrijving"
                    },
                    "uitvoeringsorganisatie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Uitvoeringsorganisatie"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "PaginatedUitvoeringsplanuitvoeringsplanList": {
        "type": "object",
        "properties": {
          "page": {
            "type": "object",
            "properties": {
              "number": {
                "type": "integer",
                "example": 3
              },
              "size": {
                "type": "integer",
                "example": 20
              },
              "totalElements": {
                "type": "integer",
                "example": 5
              },
              "totalPages": {
                "type": "integer",
                "example": 3
              }
            }
          },
          "_links": {
            "type": "object",
            "properties": {
              "self": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=3"
                  }
                }
              },
              "next": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "nullable": true,
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=4"
                  }
                }
              },
              "previous": {
                "type": "object",
                "properties": {
                  "href": {
                    "type": "string",
                    "nullable": true,
                    "format": "uri",
                    "example": "https://api.data.amsterdam.nl/v1/.../resource/?page=2"
                  }
                }
              }
            }
          },
          "_embedded": {
            "type": "object",
            "properties": {
              "uitvoeringsplan": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "Uitvoeringsplannen voor de openbare ruimte",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
                          "properties": {
                            "schema": {
                              "type": "string",
                              "format": "uri",
                              "description": "The schema field is exposed with every record",
                              "readOnly": true
                            },
                            "self": {
                              "type": "object",
                              "description": "The identifier of the relationship to uitvoeringsplan.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "integer",
                                  "maximum": 9223372036854776000,
                                  "minimum": -9223372036854776000,
                                  "format": "int64",
                                  "description": "Id van het object"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "description": "Id van het object"
                    },
                    "asset": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort object"
                    },
                    "geplandeEindeUitvoering": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland einde van de uitvoering",
                      "description": "Gepland einde van de uitvoering."
                    },
                    "geplandeStartVoorbereiding": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland begin van de voorbereiding",
                      "description": "Gepland begin van de voorbereiding."
                    },
                    "geplandeStartUitvoering": {
                      "type": "integer",
                      "maximum": 9223372036854776000,
                      "minimum": -9223372036854776000,
                      "format": "int64",
                      "nullable": true,
                      "title": "Gepland begin van de uitvoering",
                      "description": "Gepland begin van de uitvoering."
                    },
                    "projectnummer": {
                      "type": "string",
                      "nullable": true,
                      "title": "Project nummer",
                      "description": "Project nummer"
                    },
                    "geometrie": {
                      "type": "object",
                      "description": "GeoJSON geometry",
                      "discriminator": {
                        "propertyName": "type"
                      },
                      "required": [
                        "type"
                      ],
                      "properties": {
                        "type": {
                          "type": "string",
                          "enum": [
                            "Point",
                            "LineString",
                            "Polygon",
                            "MultiPoint",
                            "MultiLineString",
                            "MultiPolygon"
                          ],
                          "description": "the geometry type"
                        },
                        "coordinates": {
                          "type": "array",
                          "minItems": 2,
                          "description": "Based on the geometry type, a point or collection of points.",
                          "items": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "onderhoudssoort": {
                      "type": "string",
                      "nullable": true,
                      "description": "Soort onderhoud"
                    },
                    "projectnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Projectnaam"
                    },
                    "projectomschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Projectomschrijving"
                    },
                    "uitvoeringsorganisatie": {
                      "type": "string",
                      "nullable": true,
                      "description": "Uitvoeringsorganisatie"
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "UitvoeringsplandefaultUitvoeringsplanLinks": {
        "type": "object",
        "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
        "properties": {
          "schema": {
            "type": "string",
            "format": "uri",
            "description": "The schema field is exposed with every record",
            "readOnly": true
          },
          "self": {
            "type": "object",
            "description": "The identifier of the relationship to uitvoeringsplan.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "integer",
                "maximum": 9223372036854776000,
                "minimum": -9223372036854776000,
                "format": "int64",
                "description": "Id van het object"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          }
        },
        "required": [
          "schema",
          "self"
        ]
      },
      "Uitvoeringsplanuitvoeringsplan": {
        "type": "object",
        "description": "Uitvoeringsplannen voor de openbare ruimte",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `uitvoeringsplan._links` field. It contains all relationships with objects.",
                "properties": {
                  "schema": {
                    "type": "string",
                    "format": "uri",
                    "description": "The schema field is exposed with every record",
                    "readOnly": true
                  },
                  "self": {
                    "type": "object",
                    "description": "The identifier of the relationship to uitvoeringsplan.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "integer",
                        "maximum": 9223372036854776000,
                        "minimum": -9223372036854776000,
                        "format": "int64",
                        "description": "Id van het object"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  }
                },
                "required": [
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "description": "Id van het object"
          },
          "asset": {
            "type": "string",
            "nullable": true,
            "description": "Soort object"
          },
          "geplandeEindeUitvoering": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "title": "Gepland einde van de uitvoering",
            "description": "Gepland einde van de uitvoering."
          },
          "geplandeStartVoorbereiding": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "title": "Gepland begin van de voorbereiding",
            "description": "Gepland begin van de voorbereiding."
          },
          "geplandeStartUitvoering": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "nullable": true,
            "title": "Gepland begin van de uitvoering",
            "description": "Gepland begin van de uitvoering."
          },
          "projectnummer": {
            "type": "string",
            "nullable": true,
            "title": "Project nummer",
            "description": "Project nummer"
          },
          "geometrie": {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          "onderhoudssoort": {
            "type": "string",
            "nullable": true,
            "description": "Soort onderhoud"
          },
          "projectnaam": {
            "type": "string",
            "nullable": true,
            "description": "Projectnaam"
          },
          "projectomschrijving": {
            "type": "string",
            "nullable": true,
            "description": "Projectomschrijving"
          },
          "uitvoeringsorganisatie": {
            "type": "string",
            "nullable": true,
            "description": "Uitvoeringsorganisatie"
          }
        },
        "required": [
          "_links",
          "id"
        ]
      },
      "UitvoeringsplanuitvoeringsplanLink": {
        "type": "object",
        "description": "The identifier of the relationship to uitvoeringsplan.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "integer",
            "maximum": 9223372036854776000,
            "minimum": -9223372036854776000,
            "format": "int64",
            "description": "Id van het object"
          }
        },
        "required": [
          "href",
          "id",
          "title"
        ]
      },
      "Geometry": {
        "type": "object",
        "description": "GeoJSON geometry",
        "discriminator": {
          "propertyName": "type"
        },
        "required": [
          "type"
        ],
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "Point",
              "LineString",
              "Polygon",
              "MultiPoint",
              "MultiLineString",
              "MultiPolygon"
            ],
            "description": "the geometry type"
          },
          "coordinates": {
            "type": "array",
            "minItems": 2,
            "description": "Based on the geometry type, a point or collection of points.",
            "items": {
              "type": "number"
            }
          }
        }
      },
      "Point3D": {
        "type": "array",
        "description": "Point in 3D space",
        "minItems": 2,
        "maxItems": 3,
        "items": {
          "type": "number"
        }
      },
      "Point": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point"
                ]
              },
              "coordinates": {
                "type": "array",
                "description": "Point in 3D space",
                "minItems": 2,
                "maxItems": 3,
                "items": {
                  "type": "number"
                }
              }
            }
          }
        ]
      },
      "LineString": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "LineString"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "description": "Point in 3D space",
                  "minItems": 2,
                  "maxItems": 3,
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        ]
      },
      "Polygon": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Polygon"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "description": "Point in 3D space",
                    "minItems": 2,
                    "maxItems": 3,
                    "items": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "MultiPoint": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiPoint"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "description": "Point in 3D space",
                  "minItems": 2,
                  "maxItems": 3,
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        ]
      },
      "MultiLineString": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiLineString"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "description": "Point in 3D space",
                    "minItems": 2,
                    "maxItems": 3,
                    "items": {
                      "type": "number"
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "MultiPolygon": {
        "type": "object",
        "description": "GeoJSON geometry",
        "allOf": [
          {
            "type": "object",
            "description": "GeoJSON geometry",
            "discriminator": {
              "propertyName": "type"
            },
            "required": [
              "type"
            ],
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "Point",
                  "LineString",
                  "Polygon",
                  "MultiPoint",
                  "MultiLineString",
                  "MultiPolygon"
                ],
                "description": "the geometry type"
              },
              "coordinates": {
                "type": "array",
                "minItems": 2,
                "description": "Based on the geometry type, a point or collection of points.",
                "items": {
                  "type": "number"
                }
              }
            }
          },
          {
            "properties": {
              "type": {
                "type": "string",
                "enum": [
                  "MultiPolygon"
                ]
              },
              "coordinates": {
                "type": "array",
                "items": {
                  "type": "array",
                  "items": {
                    "type": "array",
                    "items": {
                      "type": "array",
                      "description": "Point in 3D space",
                      "minItems": 2,
                      "maxItems": 3,
                      "items": {
                        "type": "number"
                      }
                    }
                  }
                }
              }
            }
          }
        ]
      },
      "GeometryCollection": {
        "type": "object",
        "description": "GeoJSON geometry collection",
        "required": [
          "type",
          "geometries"
        ],
        "properties": {
          "type": {
            "type": "string",
            "enum": [
              "GeometryCollection"
            ]
          },
          "geometries": {
            "type": "array",
            "items": {
              "type": "object",
              "description": "GeoJSON geometry",
              "discriminator": {
                "propertyName": "type"
              },
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "enum": [
                    "Point",
                    "LineString",
                    "Polygon",
                    "MultiPoint",
                    "MultiLineString",
                    "MultiPolygon"
                  ],
                  "description": "the geometry type"
                },
                "coordinates": {
                  "type": "array",
                  "minItems": 2,
                  "description": "Based on the geometry type, a point or collection of points.",
                  "items": {
                    "type": "number"
                  }
                }
              }
            }
          }
        }
      }
    },
    "securitySchemes": {
      "oauth2": {
        "type": "oauth2",
        "flows": {
          "implicit": {
            "authorizationUrl": "https://iam.amsterdam.nl/auth/realms/datapunt-ad/protocol/openid-connect/auth",
            "scopes": {}
          }
        }
      }
    }
  },
  "x-versions": {
    "default": {
      "url": "https://api.data.amsterdam.nl/v1/uitvoeringsplan",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "uitvoeringsplan": "stable"
      },
      "pathsUnderDevelopment": false
    },
    "v1": {
      "url": "https://api.data.amsterdam.nl/v1/uitvoeringsplan/v1",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "uitvoeringsplan": "stable"
      },
      "pathsUnderDevelopment": false
    }
  }
}