{
  "openapi": "3.0.3",
  "info": {
    "title": "Werken in de openbare ruimte",
    "version": "2.0.0",
    "description": "Contextuele informatie over uitvoering en aanvragen werken in de openbare ruimte",
    "termsOfService": "https://data.amsterdam.nl/",
    "contact": {
      "email": "datapunt@amsterdam.nl"
    },
    "license": {
      "name": "public"
    }
  },
  "servers": [
    {
      "url": "https://api.data.amsterdam.nl/"
    }
  ],
  "security": [
    {
      "oauth2": []
    }
  ],
  "externalDocs": {
    "description": "API Usage Documentation",
    "url": "https://api.data.amsterdam.nl/v1/docs/datasets/wior.html"
  },
  "paths": {
    "/wior": {
      "get": {
        "operationId": "wior_wior_list",
        "parameters": [
          {
            "in": "header",
            "name": "Accept-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Accept-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "Content-Crs",
            "schema": {
              "type": "string"
            },
            "description": "Content-Crs header for Geo queries"
          },
          {
            "in": "header",
            "name": "X-Api-Key",
            "schema": {
              "type": "string"
            },
            "description": "Api Key for statistical purposes, not for authentication"
          },
          {
            "name": "_count",
            "required": false,
            "in": "query",
            "description": "Include a count of the total result set and the number of pages.Only works for responses that return a page.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "_csv_header",
            "schema": {
              "type": "string",
              "enum": [
                "id",
                "title",
                "none"
              ]
            },
            "description": "Specify type of header for csv file"
          },
          {
            "in": "query",
            "name": "_csv_separator",
            "schema": {
              "type": "string",
              "enum": [
                ",",
                ";"
              ]
            },
            "description": "Specify type of separator for csv file"
          },
          {
            "in": "query",
            "name": "_expand",
            "schema": {
              "type": "boolean"
            },
            "description": "Allow to expand relations."
          },
          {
            "in": "query",
            "name": "_expandScope",
            "schema": {
              "type": "string"
            },
            "description": "Comma separated list of named relations to expand."
          },
          {
            "in": "query",
            "name": "_fields",
            "schema": {
              "type": "string"
            },
            "description": "Comma-separated list of fields to display"
          },
          {
            "in": "query",
            "name": "_format",
            "schema": {
              "type": "string",
              "enum": [
                "json",
                "csv",
                "geojson"
              ]
            },
            "description": "Select the export format"
          },
          {
            "name": "_pageSize",
            "required": false,
            "in": "query",
            "description": "Number of results to return per page.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "_sort",
            "required": false,
            "in": "query",
            "description": "Which field to use when ordering the results.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "beschrijving",
            "in": "query",
            "description": "Beschrijving van een WIOR project",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "beschrijving[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": "beschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "beschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "beschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "beschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "datumEindeUitvoering",
            "in": "query",
            "description": "Datum einde uitvoering van de WIOR werkzaamheden.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "datumEindeUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "datumEindeUitvoering[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "datumStartUitvoering",
            "in": "query",
            "description": "Datum start uitvoering van de WIOR werkzaamheden.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "datumStartUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "datumStartUitvoering[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "geometrie",
            "in": "query",
            "description": "Geometrie object van WIOR project",
            "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": "hoofdstatus",
            "in": "query",
            "description": "Overkoeplende status WIOR project.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hoofdstatus[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": "hoofdstatus[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "hoofdstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "hoofdstatus[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hoofdstatus[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "id[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "page",
            "required": false,
            "in": "query",
            "description": "A page number within the paginated result set.",
            "schema": {
              "type": "integer"
            }
          },
          {
            "name": "periodeGeplandeUitvoering",
            "in": "query",
            "description": "Periode geplande uitvoering van de WIOR werkzaamheden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "periodeGeplandeUitvoering[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": "periodeGeplandeUitvoering[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "periodeGeplandeUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "periodeGeplandeUitvoering[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "periodeGeplandeUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "projectnaam",
            "in": "query",
            "description": "Naam van het WIOR project.",
            "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": "typeWerkzaamheden",
            "in": "query",
            "description": "Aard van de werkzaamheden van het WIOR project.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeWerkzaamheden[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": "typeWerkzaamheden[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "typeWerkzaamheden[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "typeWerkzaamheden[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeWerkzaamheden[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "wiorNummer",
            "in": "query",
            "description": "Aanduiding van een WIOR project in bronsysteem Victor",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wiorNummer[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": "wiorNummer[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "wiorNummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "wiorNummer[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wiorNummer[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "wior"
        ],
        "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": {
                        "wior": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "wior",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `wior._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 wior.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                              },
                              "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"
                                    }
                                  }
                                }
                              },
                              "wiorNummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Aanduiding van een WIOR project in bronsysteem Victor"
                              },
                              "projectnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het WIOR project."
                              },
                              "beschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van een WIOR project"
                              },
                              "datumStartUitvoering": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum start uitvoering van de WIOR werkzaamheden."
                              },
                              "datumEindeUitvoering": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum einde uitvoering van de WIOR werkzaamheden."
                              },
                              "periodeGeplandeUitvoering": {
                                "type": "string",
                                "nullable": true,
                                "description": "Periode geplande uitvoering van de WIOR werkzaamheden."
                              },
                              "hoofdstatus": {
                                "type": "string",
                                "nullable": true,
                                "description": "Overkoeplende status WIOR project."
                              },
                              "typeWerkzaamheden": {
                                "type": "string",
                                "nullable": true,
                                "description": "Aard van de werkzaamheden van het WIOR project."
                              }
                            },
                            "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": {
                        "wior": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "wior",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `wior._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 wior.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                              },
                              "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"
                                    }
                                  }
                                }
                              },
                              "wiorNummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Aanduiding van een WIOR project in bronsysteem Victor"
                              },
                              "projectnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het WIOR project."
                              },
                              "beschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van een WIOR project"
                              },
                              "datumStartUitvoering": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum start uitvoering van de WIOR werkzaamheden."
                              },
                              "datumEindeUitvoering": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum einde uitvoering van de WIOR werkzaamheden."
                              },
                              "periodeGeplandeUitvoering": {
                                "type": "string",
                                "nullable": true,
                                "description": "Periode geplande uitvoering van de WIOR werkzaamheden."
                              },
                              "hoofdstatus": {
                                "type": "string",
                                "nullable": true,
                                "description": "Overkoeplende status WIOR project."
                              },
                              "typeWerkzaamheden": {
                                "type": "string",
                                "nullable": true,
                                "description": "Aard van de werkzaamheden van het WIOR project."
                              }
                            },
                            "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": {
                        "wior": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "description": "wior",
                            "properties": {
                              "_links": {
                                "allOf": [
                                  {
                                    "type": "object",
                                    "description": "The contents of the `wior._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 wior.",
                                        "properties": {
                                          "href": {
                                            "type": "string",
                                            "format": "uri",
                                            "readOnly": true
                                          },
                                          "title": {
                                            "type": "string"
                                          },
                                          "id": {
                                            "type": "string",
                                            "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                                          }
                                        },
                                        "required": [
                                          "href",
                                          "id",
                                          "title"
                                        ]
                                      }
                                    },
                                    "required": [
                                      "schema",
                                      "self"
                                    ]
                                  }
                                ],
                                "title": " links"
                              },
                              "id": {
                                "type": "string",
                                "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                              },
                              "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"
                                    }
                                  }
                                }
                              },
                              "wiorNummer": {
                                "type": "string",
                                "nullable": true,
                                "description": "Aanduiding van een WIOR project in bronsysteem Victor"
                              },
                              "projectnaam": {
                                "type": "string",
                                "nullable": true,
                                "description": "Naam van het WIOR project."
                              },
                              "beschrijving": {
                                "type": "string",
                                "nullable": true,
                                "description": "Beschrijving van een WIOR project"
                              },
                              "datumStartUitvoering": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum start uitvoering van de WIOR werkzaamheden."
                              },
                              "datumEindeUitvoering": {
                                "type": "string",
                                "format": "date",
                                "nullable": true,
                                "description": "Datum einde uitvoering van de WIOR werkzaamheden."
                              },
                              "periodeGeplandeUitvoering": {
                                "type": "string",
                                "nullable": true,
                                "description": "Periode geplande uitvoering van de WIOR werkzaamheden."
                              },
                              "hoofdstatus": {
                                "type": "string",
                                "nullable": true,
                                "description": "Overkoeplende status WIOR project."
                              },
                              "typeWerkzaamheden": {
                                "type": "string",
                                "nullable": true,
                                "description": "Aard van de werkzaamheden van het WIOR project."
                              }
                            },
                            "required": [
                              "_links",
                              "id"
                            ]
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "description": ""
          }
        }
      }
    },
    "/wior/{id}": {
      "get": {
        "operationId": "wior_wior_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": "beschrijving",
            "in": "query",
            "description": "Beschrijving van een WIOR project",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "beschrijving[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": "beschrijving[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "beschrijving[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "beschrijving[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "beschrijving[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "datumEindeUitvoering",
            "in": "query",
            "description": "Datum einde uitvoering van de WIOR werkzaamheden.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "datumEindeUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "datumEindeUitvoering[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumEindeUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "datumStartUitvoering",
            "in": "query",
            "description": "Datum start uitvoering van de WIOR werkzaamheden.",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[gt]",
            "in": "query",
            "description": "Greater than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[gte]",
            "in": "query",
            "description": "Greater than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "datumStartUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "datumStartUitvoering[lt]",
            "in": "query",
            "description": "Less than; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[lte]",
            "in": "query",
            "description": "Less than or equal to; use yyyy-mm-dd",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "datumStartUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; use yyyy-mm-dd",
            "schema": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "date"
              }
            }
          },
          {
            "name": "geometrie",
            "in": "query",
            "description": "Geometrie object van WIOR project",
            "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": "hoofdstatus",
            "in": "query",
            "description": "Overkoeplende status WIOR project.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hoofdstatus[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": "hoofdstatus[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "hoofdstatus[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "hoofdstatus[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "hoofdstatus[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "in": "path",
            "name": "id",
            "schema": {
              "type": "string",
              "pattern": "^[^/]+$"
            },
            "required": true
          },
          {
            "name": "id",
            "in": "query",
            "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[in]",
            "in": "query",
            "description": "Matches any value from a comma-separated list: val1,val2,valN.",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "explode": false,
            "style": "form"
          },
          {
            "name": "id[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "id[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "periodeGeplandeUitvoering",
            "in": "query",
            "description": "Periode geplande uitvoering van de WIOR werkzaamheden.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "periodeGeplandeUitvoering[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": "periodeGeplandeUitvoering[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "periodeGeplandeUitvoering[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "periodeGeplandeUitvoering[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "periodeGeplandeUitvoering[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "projectnaam",
            "in": "query",
            "description": "Naam van het WIOR project.",
            "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": "typeWerkzaamheden",
            "in": "query",
            "description": "Aard van de werkzaamheden van het WIOR project.",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeWerkzaamheden[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": "typeWerkzaamheden[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "typeWerkzaamheden[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "typeWerkzaamheden[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeWerkzaamheden[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          },
          {
            "name": "wiorNummer",
            "in": "query",
            "description": "Aanduiding van een WIOR project in bronsysteem Victor",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wiorNummer[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": "wiorNummer[isempty]",
            "in": "query",
            "description": "Whether the field is empty or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "wiorNummer[isnull]",
            "in": "query",
            "description": "Whether the field has a NULL value or not.",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "name": "wiorNummer[like]",
            "in": "query",
            "description": "Matches text using wildcards (? and *).",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wiorNummer[not]",
            "in": "query",
            "description": "Exclude matches; text",
            "schema": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        ],
        "tags": [
          "wior"
        ],
        "responses": {
          "200": {
            "content": {
              "application/hal+json": {
                "schema": {
                  "type": "object",
                  "description": "wior",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `wior._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 wior.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                    },
                    "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"
                          }
                        }
                      }
                    },
                    "wiorNummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Aanduiding van een WIOR project in bronsysteem Victor"
                    },
                    "projectnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het WIOR project."
                    },
                    "beschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van een WIOR project"
                    },
                    "datumStartUitvoering": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum start uitvoering van de WIOR werkzaamheden."
                    },
                    "datumEindeUitvoering": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum einde uitvoering van de WIOR werkzaamheden."
                    },
                    "periodeGeplandeUitvoering": {
                      "type": "string",
                      "nullable": true,
                      "description": "Periode geplande uitvoering van de WIOR werkzaamheden."
                    },
                    "hoofdstatus": {
                      "type": "string",
                      "nullable": true,
                      "description": "Overkoeplende status WIOR project."
                    },
                    "typeWerkzaamheden": {
                      "type": "string",
                      "nullable": true,
                      "description": "Aard van de werkzaamheden van het WIOR project."
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "text/csv": {
                "schema": {
                  "type": "object",
                  "description": "wior",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `wior._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 wior.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                    },
                    "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"
                          }
                        }
                      }
                    },
                    "wiorNummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Aanduiding van een WIOR project in bronsysteem Victor"
                    },
                    "projectnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het WIOR project."
                    },
                    "beschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van een WIOR project"
                    },
                    "datumStartUitvoering": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum start uitvoering van de WIOR werkzaamheden."
                    },
                    "datumEindeUitvoering": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum einde uitvoering van de WIOR werkzaamheden."
                    },
                    "periodeGeplandeUitvoering": {
                      "type": "string",
                      "nullable": true,
                      "description": "Periode geplande uitvoering van de WIOR werkzaamheden."
                    },
                    "hoofdstatus": {
                      "type": "string",
                      "nullable": true,
                      "description": "Overkoeplende status WIOR project."
                    },
                    "typeWerkzaamheden": {
                      "type": "string",
                      "nullable": true,
                      "description": "Aard van de werkzaamheden van het WIOR project."
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              },
              "application/geo+json": {
                "schema": {
                  "type": "object",
                  "description": "wior",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `wior._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 wior.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                    },
                    "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"
                          }
                        }
                      }
                    },
                    "wiorNummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Aanduiding van een WIOR project in bronsysteem Victor"
                    },
                    "projectnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het WIOR project."
                    },
                    "beschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van een WIOR project"
                    },
                    "datumStartUitvoering": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum start uitvoering van de WIOR werkzaamheden."
                    },
                    "datumEindeUitvoering": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum einde uitvoering van de WIOR werkzaamheden."
                    },
                    "periodeGeplandeUitvoering": {
                      "type": "string",
                      "nullable": true,
                      "description": "Periode geplande uitvoering van de WIOR werkzaamheden."
                    },
                    "hoofdstatus": {
                      "type": "string",
                      "nullable": true,
                      "description": "Overkoeplende status WIOR project."
                    },
                    "typeWerkzaamheden": {
                      "type": "string",
                      "nullable": true,
                      "description": "Aard van de werkzaamheden van het WIOR project."
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            },
            "description": ""
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "PaginatedWiorwiorList": {
        "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": {
              "wior": {
                "type": "array",
                "items": {
                  "type": "object",
                  "description": "wior",
                  "properties": {
                    "_links": {
                      "allOf": [
                        {
                          "type": "object",
                          "description": "The contents of the `wior._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 wior.",
                              "properties": {
                                "href": {
                                  "type": "string",
                                  "format": "uri",
                                  "readOnly": true
                                },
                                "title": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "string",
                                  "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                                }
                              },
                              "required": [
                                "href",
                                "id",
                                "title"
                              ]
                            }
                          },
                          "required": [
                            "schema",
                            "self"
                          ]
                        }
                      ],
                      "title": " links"
                    },
                    "id": {
                      "type": "string",
                      "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                    },
                    "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"
                          }
                        }
                      }
                    },
                    "wiorNummer": {
                      "type": "string",
                      "nullable": true,
                      "description": "Aanduiding van een WIOR project in bronsysteem Victor"
                    },
                    "projectnaam": {
                      "type": "string",
                      "nullable": true,
                      "description": "Naam van het WIOR project."
                    },
                    "beschrijving": {
                      "type": "string",
                      "nullable": true,
                      "description": "Beschrijving van een WIOR project"
                    },
                    "datumStartUitvoering": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum start uitvoering van de WIOR werkzaamheden."
                    },
                    "datumEindeUitvoering": {
                      "type": "string",
                      "format": "date",
                      "nullable": true,
                      "description": "Datum einde uitvoering van de WIOR werkzaamheden."
                    },
                    "periodeGeplandeUitvoering": {
                      "type": "string",
                      "nullable": true,
                      "description": "Periode geplande uitvoering van de WIOR werkzaamheden."
                    },
                    "hoofdstatus": {
                      "type": "string",
                      "nullable": true,
                      "description": "Overkoeplende status WIOR project."
                    },
                    "typeWerkzaamheden": {
                      "type": "string",
                      "nullable": true,
                      "description": "Aard van de werkzaamheden van het WIOR project."
                    }
                  },
                  "required": [
                    "_links",
                    "id"
                  ]
                }
              }
            }
          }
        }
      },
      "Wiorv1WiorLinks": {
        "type": "object",
        "description": "The contents of the `wior._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 wior.",
            "properties": {
              "href": {
                "type": "string",
                "format": "uri",
                "readOnly": true
              },
              "title": {
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
              }
            },
            "required": [
              "href",
              "id",
              "title"
            ]
          }
        },
        "required": [
          "schema",
          "self"
        ]
      },
      "Wiorwior": {
        "type": "object",
        "description": "wior",
        "properties": {
          "_links": {
            "allOf": [
              {
                "type": "object",
                "description": "The contents of the `wior._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 wior.",
                    "properties": {
                      "href": {
                        "type": "string",
                        "format": "uri",
                        "readOnly": true
                      },
                      "title": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string",
                        "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
                      }
                    },
                    "required": [
                      "href",
                      "id",
                      "title"
                    ]
                  }
                },
                "required": [
                  "schema",
                  "self"
                ]
              }
            ],
            "title": " links"
          },
          "id": {
            "type": "string",
            "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
          },
          "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"
                }
              }
            }
          },
          "wiorNummer": {
            "type": "string",
            "nullable": true,
            "description": "Aanduiding van een WIOR project in bronsysteem Victor"
          },
          "projectnaam": {
            "type": "string",
            "nullable": true,
            "description": "Naam van het WIOR project."
          },
          "beschrijving": {
            "type": "string",
            "nullable": true,
            "description": "Beschrijving van een WIOR project"
          },
          "datumStartUitvoering": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum start uitvoering van de WIOR werkzaamheden."
          },
          "datumEindeUitvoering": {
            "type": "string",
            "format": "date",
            "nullable": true,
            "description": "Datum einde uitvoering van de WIOR werkzaamheden."
          },
          "periodeGeplandeUitvoering": {
            "type": "string",
            "nullable": true,
            "description": "Periode geplande uitvoering van de WIOR werkzaamheden."
          },
          "hoofdstatus": {
            "type": "string",
            "nullable": true,
            "description": "Overkoeplende status WIOR project."
          },
          "typeWerkzaamheden": {
            "type": "string",
            "nullable": true,
            "description": "Aard van de werkzaamheden van het WIOR project."
          }
        },
        "required": [
          "_links",
          "id"
        ]
      },
      "WiorwiorLink": {
        "type": "object",
        "description": "The identifier of the relationship to wior.",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri",
            "readOnly": true
          },
          "title": {
            "type": "string"
          },
          "id": {
            "type": "string",
            "description": "Unieke aanduiding van het WIOR project(aanvraag) record in bronsysteem Victor"
          }
        },
        "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/wior",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "wior": "stable"
      },
      "pathsUnderDevelopment": false
    },
    "v1": {
      "url": "https://api.data.amsterdam.nl/v1/wior/v1",
      "status": "stable",
      "endSupportDate": null,
      "statusDescription": "stabiel",
      "default": true,
      "paths": {
        "wior": "stable"
      },
      "pathsUnderDevelopment": false
    }
  }
}